Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_dec_stateless.c385 int cap_format_count = 0, out_format_count = 0; in mtk_vcodec_get_supported_formats() local
392 cap_format_count++; in mtk_vcodec_get_supported_formats()
396 cap_format_count++; in mtk_vcodec_get_supported_formats()
411 if (cap_format_count) in mtk_vcodec_get_supported_formats()
412 default_cap_format = mtk_video_formats[cap_format_count - 1]; in mtk_vcodec_get_supported_formats()
415 mtk_video_formats[cap_format_count + out_format_count - 1]; in mtk_vcodec_get_supported_formats()