Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_cmn_drv.h117 struct mtk_video_fmt { struct
136 const struct mtk_video_fmt *fmt; argument
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h118 const struct mtk_video_fmt *vdec_formats;
120 const struct mtk_video_fmt *default_out_fmt;
121 const struct mtk_video_fmt *default_cap_fmt;
H A Dmtk_vcodec_dec.c20 static const struct mtk_video_fmt *
24 const struct mtk_video_fmt *fmt; in mtk_vdec_find_format()
39 const struct mtk_video_fmt *fmt; in mtk_vdec_get_cap_fmt()
290 const struct mtk_video_fmt *fmt) in vidioc_try_fmt()
356 const struct mtk_video_fmt *fmt; in vidioc_try_fmt_vid_cap_mplane()
374 const struct mtk_video_fmt *fmt; in vidioc_try_fmt_vid_out_mplane()
471 const struct mtk_video_fmt *fmt; in vidioc_vdec_s_fmt()
631 const struct mtk_video_fmt *fmt; in vidioc_enum_fmt()
H A Dmtk_vcodec_dec_stateless.c232 static struct mtk_video_fmt mtk_video_formats[9];
234 static struct mtk_video_fmt default_out_format;
235 static struct mtk_video_fmt default_cap_format;
464 const struct mtk_video_fmt *fmt; in mtk_vdec_s_ctrl()
H A Dmtk_vcodec_dec_stateful.c11 static struct mtk_video_fmt mtk_video_formats[] = {
214 const struct mtk_video_fmt *fmt; in mtk_vdec_update_fmt()
/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.h37 const struct mtk_video_fmt *capture_formats;
39 const struct mtk_video_fmt *output_formats;
H A Dmtk_vcodec_enc.c126 const struct mtk_video_fmt *formats, in vidioc_enum_fmt()
137 static const struct mtk_video_fmt *
140 const struct mtk_video_fmt *fmt; in mtk_venc_find_format()
161 const struct mtk_video_fmt *fmt; in vidioc_enum_framesizes()
295 const struct mtk_video_fmt *fmt) in vidioc_try_fmt_out()
422 const struct mtk_video_fmt *fmt; in vidioc_venc_s_fmt_cap()
477 const struct mtk_video_fmt *fmt; in vidioc_venc_s_fmt_out()
559 const struct mtk_video_fmt *fmt; in vidioc_try_fmt_vid_cap_mplane()
581 const struct mtk_video_fmt *fmt; in vidioc_try_fmt_vid_out_mplane()
H A Dmtk_vcodec_enc_drv.c23 static const struct mtk_video_fmt mtk_video_formats_output[] = {
46 static const struct mtk_video_fmt mtk_video_formats_capture_h264[] = {
54 static const struct mtk_video_fmt mtk_video_formats_capture_vp8[] = {