Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/mediatek/vcodec/common/
Dmtk_vcodec_dbgfs.c39 switch (ctx->capture_fourcc) { in mtk_vdec_dbgfs_get_format_type()
51 ctx->capture_fourcc); in mtk_vdec_dbgfs_get_format_type()
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_vp8_req_if.c124 data[2] = ctx->capture_fourcc; in vdec_vp8_slice_get_pic_info()
288 inst->vpu.capture_type = ctx->capture_fourcc; in vdec_vp8_slice_init()
Dvdec_h264_req_multi_if.c351 data[2] = ctx->capture_fourcc; in vdec_h264_slice_get_pic_info()
410 inst->vpu.capture_type = ctx->capture_fourcc; in vdec_h264_slice_init()
Dvdec_hevc_req_multi_if.c686 data[2] = ctx->capture_fourcc; in vdec_hevc_slice_get_pic_info()
870 inst->vpu.capture_type = ctx->capture_fourcc; in vdec_hevc_slice_init()
Dvdec_av1_req_lat_if.c1983 data[2] = ctx->capture_fourcc; in vdec_av1_slice_get_pic_info()
Dvdec_vp9_req_lat_if.c1936 data[2] = ctx->capture_fourcc; in vdec_vp9_slice_get_pic_info()
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/
Dmtk_vcodec_dec_drv.h207 u32 capture_fourcc; member
Dmtk_vcodec_dec_stateless.c430 ctx->capture_fourcc = q_data->fmt->fourcc; in mtk_vcodec_get_pic_info()
Dmtk_vcodec_dec.c540 ctx->capture_fourcc = fmt->fourcc; in vidioc_vdec_s_fmt()