Searched refs:vpu_helper_match_format (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/media/platform/amphion/ |
D | vpu_helpers.h | 18 bool vpu_helper_match_format(struct vpu_inst *inst, u32 type, u32 fmta, u32 fmtb);
|
D | vpu_helpers.c | 80 bool vpu_helper_match_format(struct vpu_inst *inst, u32 type, u32 fmta, u32 fmtb) in vpu_helper_match_format() function
|
D | vdec.c | 405 if (!vpu_helper_match_format(inst, cap_fmt->type, cap_fmt->pixfmt, in vdec_try_fmt() 459 if (vpu_helper_match_format(inst, f->type, cur_fmt->pixfmt, pixmp->pixelformat)) { in vdec_s_fmt_common()
|