Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/amphion/
Dvpu_helpers.c45 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_format() function
68 fmt = vpu_helper_find_format(inst, type, pixelfmt); in vpu_helper_find_sibling()
72 sibling = vpu_helper_find_format(inst, type, fmt->sibling); in vpu_helper_find_sibling()
Dvpu_helpers.h16 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
Dvenc.c127 if (!vpu_helper_find_format(inst, 0, fsize->pixel_format)) in venc_enum_framesizes()
152 if (!vpu_helper_find_format(inst, 0, fival->pixel_format)) in venc_enum_frameintervals()
Dvpu_v4l2.c148 info = vpu_helper_find_format(inst, fmt->type, fmt->pixfmt); in vpu_init_format()