Home
last modified time | relevance | path

Searched refs:cap_format_count (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c619 int cap_format_count = 0, out_format_count = 0; in mtk_vcodec_get_supported_formats() local
626 cap_format_count++; in mtk_vcodec_get_supported_formats()
630 cap_format_count++; in mtk_vcodec_get_supported_formats()
632 cap_format_count++; in mtk_vcodec_get_supported_formats()
636 cap_format_count++; in mtk_vcodec_get_supported_formats()
659 if (cap_format_count) in mtk_vcodec_get_supported_formats()
660 default_cap_format = mtk_video_formats[cap_format_count - 1]; in mtk_vcodec_get_supported_formats()
663 mtk_video_formats[cap_format_count + out_format_count - 1]; in mtk_vcodec_get_supported_formats()