Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_dec_stateless.c388 int cap_format_count = 0, out_format_count = 0; in mtk_vcodec_get_supported_formats() local
395 cap_format_count++; in mtk_vcodec_get_supported_formats()
399 cap_format_count++; in mtk_vcodec_get_supported_formats()
414 if (cap_format_count) in mtk_vcodec_get_supported_formats()
415 default_cap_format = mtk_video_formats[cap_format_count - 1]; in mtk_vcodec_get_supported_formats()
418 mtk_video_formats[cap_format_count + out_format_count - 1]; in mtk_vcodec_get_supported_formats()