[media] coda: fix decoder I/P/B frame detection
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 11 Jul 2014 09:36:12 +0000 (06:36 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 21 Jul 2014 18:36:26 +0000 (15:36 -0300)
commit1a8b381995e62e347a8bf012002a2e3e24ffb7c7
treebf3c2bbe4b6dd8ead1823b392a769a3fd2859e32
parentd19f405a5a8d2ed942b40f8cf7929a5a50d0cc59
[media] coda: fix decoder I/P/B frame detection

Currently the rotator unit is used to copy decoded frames out into buffers
provided by videobuf2. Since the CODA reports the I/P/B frame type of the
last decoded frame, and this frame will be copied out in a later device_run,
depending on display order, we have to store the frame type until such time.
This patch also adds the B-frame type.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/coda.c
This page took 0.025003 seconds and 5 git commands to generate.