Re: [PATCH v10 13/14] media: imx-asrc: Add memory to memory driver

2023-11-21 Thread Shengjiu Wang
On Tue, Nov 21, 2023 at 5:20 PM Hans Verkuil wrote: > > On 21/11/2023 08:37, 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

Re: [PATCH v10 13/14] media: imx-asrc: Add memory to memory driver

2023-11-21 Thread Hans Verkuil
On 21/11/2023 08:37, 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 buffer. > > This

[PATCH v10 13/14] media: imx-asrc: Add memory to memory driver

2023-11-21 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