Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/amphion/
Dvpu_helpers.h16 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
Dvpu_helpers.c44 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_format() function
Dvenc.c116 if (!vpu_helper_find_format(inst, 0, fsize->pixel_format)) in venc_enum_framesizes()
141 if (!vpu_helper_find_format(inst, 0, fival->pixel_format)) in venc_enum_frameintervals()
Dvpu_v4l2.c154 fmt = vpu_helper_find_format(inst, type, pixmp->pixelformat); in vpu_try_fmt_common()
Dvdec.c758 fmt = vpu_helper_find_format(inst, inst->cap_format.type, vdec->codec_info.pixfmt); in vdec_check_source_change()
793 fmt = vpu_helper_find_format(inst, inst->cap_format.type, vdec->codec_info.pixfmt); in vdec_init_fmt()