Searched refs:vpu_helper_find_sibling (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/media/platform/amphion/ |
D | vpu_helpers.h | 17 const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt);
|
D | vpu_helpers.c | 63 const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_sibling() function 87 sibling = vpu_helper_find_sibling(inst, type, fmta); in vpu_helper_match_format()
|
D | vdec.c | 344 fmt = vpu_helper_find_sibling(inst, f->type, fmt->pixfmt); in vdec_enum_fmt() 866 sibling = vpu_helper_find_sibling(inst, inst->cap_format.type, inst->cap_format.pixfmt); in vdec_check_source_change()
|