Re: [PATCH 08/30] [media] coda: add support for frame size enumeration

2014-06-24 Thread Philipp Zabel
Am Montag, den 16.06.2014, 10:08 +0200 schrieb Hans Verkuil: > On 06/13/2014 06:08 PM, Philipp Zabel wrote: > > This patch adds support for the VIDIOC_ENUM_FRAMESIZES ioctl. > > When decoding H.264, the output frame size is rounded up to the > > next multiple of the macroblock size (16 pixels). >

Re: [PATCH 08/30] [media] coda: add support for frame size enumeration

2014-06-16 Thread Hans Verkuil
On 06/13/2014 06:08 PM, Philipp Zabel wrote: > This patch adds support for the VIDIOC_ENUM_FRAMESIZES ioctl. > When decoding H.264, the output frame size is rounded up to the > next multiple of the macroblock size (16 pixels). Why do you need this? Implementing VIDIOC_ENUM_FRAMESIZES for a m2m dev

[PATCH 08/30] [media] coda: add support for frame size enumeration

2014-06-13 Thread Philipp Zabel
This patch adds support for the VIDIOC_ENUM_FRAMESIZES ioctl. When decoding H.264, the output frame size is rounded up to the next multiple of the macroblock size (16 pixels). Signed-off-by: Philipp Zabel --- drivers/media/platform/coda.c | 59 +++ 1 file