Searched refs:pixelfmt (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/media/platform/amphion/ |
D | vpu_imx8q.c | 243 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
|
D | vpu_helpers.c | 44 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()
|
D | vpu_malone.h | 43 bool vpu_malone_check_fmt(enum vpu_core_type type, u32 pixelfmt);
|
D | vpu_rpc.h | 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() argument 133 return ops->check_fmt(inst->type, pixelfmt); in vpu_iface_check_format()
|
D | vpu_imx8q.h | 113 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt);
|
D | vpu_helpers.h | 16 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
|
D | vpu_malone.c | 581 bool vpu_malone_check_fmt(enum vpu_core_type type, u32 pixelfmt) in vpu_malone_check_fmt() argument 583 if (!vpu_imx8q_check_fmt(type, pixelfmt)) in vpu_malone_check_fmt() 586 if (pixelfmt == V4L2_PIX_FMT_NV12M_8L128 || pixelfmt == V4L2_PIX_FMT_NV12M_10BE_8L128) in vpu_malone_check_fmt() 588 if (vpu_malone_format_remap(pixelfmt) == MALONE_FMT_NULL) in vpu_malone_check_fmt()
|
/linux-6.1.9/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-capture.c | 1115 rkisp1_find_fmt_cfg(const struct rkisp1_capture *cap, const u32 pixelfmt) in rkisp1_find_fmt_cfg() argument 1120 if (cap->config->fmts[i].fourcc == pixelfmt) in rkisp1_find_fmt_cfg()
|