Searched refs:pixelfmt (Results 1 – 4 of 4) sorted by relevance
243 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt) in vpu_imx8q_check_fmt() argument251 if (fuse == VPU_DECODER_HEVC_MASK && pixelfmt == V4L2_PIX_FMT_HEVC) in vpu_imx8q_check_fmt()253 if (fuse == VPU_DECODER_H264_MASK && pixelfmt == V4L2_PIX_FMT_H264) in vpu_imx8q_check_fmt()267 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt) in vpu_imx8q_check_fmt() argument
44 bool (*check_fmt)(enum vpu_core_type type, u32 pixelfmt);128 static inline bool vpu_iface_check_format(struct vpu_inst *inst, u32 pixelfmt) in vpu_iface_check_format() argument133 return ops->check_fmt(inst->type, pixelfmt); in vpu_iface_check_format()
43 bool vpu_malone_check_fmt(enum vpu_core_type type, u32 pixelfmt);
113 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt);