Searched refs:mtk_video_formats (Results 1 – 2 of 2) sorted by relevance
230 static struct mtk_video_fmt mtk_video_formats[9]; variable799 mtk_video_formats[count_formats].fourcc = fourcc; in mtk_vcodec_add_formats()800 mtk_video_formats[count_formats].type = MTK_FMT_DEC; in mtk_vcodec_add_formats()801 mtk_video_formats[count_formats].num_planes = 1; in mtk_vcodec_add_formats()802 mtk_video_formats[count_formats].frmsize = stepwise_fhd; in mtk_vcodec_add_formats()806 mtk_video_formats[count_formats].frmsize.max_width = in mtk_vcodec_add_formats()808 mtk_video_formats[count_formats].frmsize.max_height = in mtk_vcodec_add_formats()816 mtk_video_formats[count_formats].fourcc = fourcc; in mtk_vcodec_add_formats()817 mtk_video_formats[count_formats].type = MTK_FMT_FRAME; in mtk_vcodec_add_formats()818 mtk_video_formats[count_formats].num_planes = 2; in mtk_vcodec_add_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()613 .vdec_formats = mtk_video_formats,615 .default_out_fmt = &mtk_video_formats[DEFAULT_OUT_FMT_IDX],616 .default_cap_fmt = &mtk_video_formats[DEFAULT_CAP_FMT_IDX],