Searched refs:vpu_helper_find_format (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/platform/amphion/ |
D | vpu_helpers.c | 45 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()
|
D | vpu_helpers.h | 16 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
|
D | venc.c | 127 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()
|
D | vpu_v4l2.c | 148 info = vpu_helper_find_format(inst, fmt->type, fmt->pixfmt); in vpu_init_format()
|