Searched refs:mtk_video_formats (Results 1 – 2 of 2) sorted by relevance
203 static struct mtk_video_fmt mtk_video_formats[9]; variable586 mtk_video_formats[count_formats].fourcc = fourcc; in mtk_vcodec_add_formats()587 mtk_video_formats[count_formats].type = MTK_FMT_DEC; in mtk_vcodec_add_formats()588 mtk_video_formats[count_formats].num_planes = 1; in mtk_vcodec_add_formats()593 mtk_video_formats[count_formats].frmsize.max_width = in mtk_vcodec_add_formats()595 mtk_video_formats[count_formats].frmsize.max_height = in mtk_vcodec_add_formats()603 mtk_video_formats[count_formats].fourcc = fourcc; in mtk_vcodec_add_formats()605 mtk_video_formats[count_formats].num_planes = 2; in mtk_vcodec_add_formats()710 .vdec_formats = mtk_video_formats,728 .vdec_formats = mtk_video_formats,[all …]
11 static struct mtk_video_fmt mtk_video_formats[] = { variable44 ARRAY_SIZE(mtk_video_formats);220 fmt = &mtk_video_formats[k]; in mtk_vdec_update_fmt()587 if (mtk_video_formats[i].type != MTK_FMT_DEC) in mtk_init_vdec_params()590 mtk_video_formats[i].frmsize.max_width = in mtk_init_vdec_params()592 mtk_video_formats[i].frmsize.max_height = in mtk_init_vdec_params()615 .vdec_formats = mtk_video_formats,617 .default_out_fmt = &mtk_video_formats[DEFAULT_OUT_FMT_IDX],618 .default_cap_fmt = &mtk_video_formats[DEFAULT_CAP_FMT_IDX],