Searched refs:vpu_helper_match_format (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/amphion/ |
A D | vpu_helpers.h | 18 bool vpu_helper_match_format(struct vpu_inst *inst, u32 type, u32 fmta, u32 fmtb);
|
A D | vpu_helpers.c | 79 bool vpu_helper_match_format(struct vpu_inst *inst, u32 type, u32 fmta, u32 fmtb) in vpu_helper_match_format() function
|
A D | vdec.c | 350 if (!vpu_helper_match_format(inst, cap_fmt->type, cap_fmt->pixfmt, in vdec_try_fmt() 404 if (vpu_helper_match_format(inst, f->type, cur_fmt->pixfmt, pixmp->pixelformat)) { in vdec_s_fmt_common()
|
Completed in 8 milliseconds