Home
last modified time | relevance | path

Searched refs:pixelfmt (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/media/platform/amphion/
Dvpu_imx8q.c243 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt) in vpu_imx8q_check_fmt() argument
251 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
Dvpu_helpers.c44 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_format() argument
51 if (!vpu_iface_check_format(inst, pixelfmt)) in vpu_helper_find_format()
55 if (pfmt->pixfmt == pixelfmt && (!type || type == pfmt->type)) in vpu_helper_find_format()
Dvpu_rpc.h44 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() argument
133 return ops->check_fmt(inst->type, pixelfmt); in vpu_iface_check_format()
Dvpu_imx8q.h113 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt);
Dvpu_helpers.h16 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
/linux-5.19.10/drivers/media/platform/rockchip/rkisp1/
Drkisp1-capture.c1130 rkisp1_find_fmt_cfg(const struct rkisp1_capture *cap, const u32 pixelfmt) in rkisp1_find_fmt_cfg() argument
1135 if (cap->config->fmts[i].fourcc == pixelfmt) in rkisp1_find_fmt_cfg()