kernel_optimize_test/drivers/media/platform/mtk-vcodec
Tomasz Figa c2e0e1ba6c media: mtk-vcodec: Always signal source change event on format change
Currently the driver signals the source change event only in case of
a midstream resolution change, however the initial format detection
is also defined as a source change by the V4L2 codec API specification.
Fix this by signaling the event after the initial header is parsed as
well.

Signed-off-by: Tomasz Figa <tfiga@chromium.org>
Reviewed-by: Wu-Cheng Li <wuchengli@chromium.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-02-26 07:41:36 -05:00
..
vdec
venc
Makefile
mtk_vcodec_dec_drv.c
mtk_vcodec_dec_pm.c
mtk_vcodec_dec_pm.h
mtk_vcodec_dec.c media: mtk-vcodec: Always signal source change event on format change 2018-02-26 07:41:36 -05:00
mtk_vcodec_dec.h
mtk_vcodec_drv.h
mtk_vcodec_enc_drv.c
mtk_vcodec_enc_pm.c
mtk_vcodec_enc_pm.h
mtk_vcodec_enc.c
mtk_vcodec_enc.h
mtk_vcodec_intr.c
mtk_vcodec_intr.h
mtk_vcodec_util.c media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION 2017-12-08 11:14:23 -05:00
mtk_vcodec_util.h
vdec_drv_base.h
vdec_drv_if.c
vdec_drv_if.h
vdec_ipi_msg.h
vdec_vpu_if.c
vdec_vpu_if.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
venc_drv_base.h
venc_drv_if.c
venc_drv_if.h
venc_ipi_msg.h
venc_vpu_if.c
venc_vpu_if.h