Home
last modified time | relevance | path

Searched refs:vpu_iface_check_format (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.c36 if (!vpu_iface_check_format(inst, pfmt->pixfmt)) in vpu_helper_check_type()
52 if (!vpu_iface_check_format(inst, pixelfmt)) in vpu_helper_find_format()
102 if (!vpu_iface_check_format(inst, pfmt->pixfmt)) in vpu_helper_enum_format()
H A Dvpu_rpc.h128 static inline bool vpu_iface_check_format(struct vpu_inst *inst, u32 pixelfmt) in vpu_iface_check_format() function