Re: [RFC PATCH v2 5/7] media: imx: fsl_asrc: Add memory to memory driver

2023-08-01 Thread Daniel Baluta
On Tue, Jul 25, 2023 at 10:31 AM Shengjiu Wang wrote: > > Implement the ASRC memory to memory function using > the v4l2 framework, user can use this function with > v4l2 ioctl interface. > > User send the output and capture buffer to driver and > driver store the converted data to the capture

[RFC PATCH v2 5/7] media: imx: fsl_asrc: Add memory to memory driver

2023-07-25 Thread Shengjiu Wang
Implement the ASRC memory to memory function using the v4l2 framework, user can use this function with v4l2 ioctl interface. User send the output and capture buffer to driver and driver store the converted data to the capture buffer. This feature can be shared by ASRC and EASRC drivers