Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c832 int cap_format_count = 0, out_format_count = 0; in mtk_vcodec_get_supported_formats() local
839 cap_format_count++; in mtk_vcodec_get_supported_formats()
843 cap_format_count++; in mtk_vcodec_get_supported_formats()
845 cap_format_count++; in mtk_vcodec_get_supported_formats()
849 cap_format_count++; in mtk_vcodec_get_supported_formats()
872 if (cap_format_count) in mtk_vcodec_get_supported_formats()
873 default_cap_format = mtk_video_formats[cap_format_count - 1]; in mtk_vcodec_get_supported_formats()
876 mtk_video_formats[cap_format_count + out_format_count - 1]; in mtk_vcodec_get_supported_formats()