Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A 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
H A Dvpu_helpers.c45 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_format() argument
52 if (!vpu_iface_check_format(inst, pixelfmt)) in vpu_helper_find_format()
56 if (pfmt->pixfmt == pixelfmt && (!type || type == pfmt->type)) in vpu_helper_find_format()
63 const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt) in vpu_helper_find_sibling() argument
68 fmt = vpu_helper_find_format(inst, type, pixelfmt); in vpu_helper_find_sibling()
H A Dvpu_helpers.h18 const struct vpu_format *vpu_helper_find_format(struct vpu_inst *inst, u32 type, u32 pixelfmt);
19 const struct vpu_format *vpu_helper_find_sibling(struct vpu_inst *inst, u32 type, u32 pixelfmt);
H A 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()
H A Dvpu_malone.h43 bool vpu_malone_check_fmt(enum vpu_core_type type, u32 pixelfmt);
H A Dvpu_malone.c607 bool vpu_malone_check_fmt(enum vpu_core_type type, u32 pixelfmt) in vpu_malone_check_fmt() argument
609 if (!vpu_imx8q_check_fmt(type, pixelfmt)) in vpu_malone_check_fmt()
612 if (pixelfmt == V4L2_PIX_FMT_NV12_8L128 || pixelfmt == V4L2_PIX_FMT_NV12_10BE_8L128 || in vpu_malone_check_fmt()
613 pixelfmt == V4L2_PIX_FMT_NV12M_8L128 || pixelfmt == V4L2_PIX_FMT_NV12M_10BE_8L128) in vpu_malone_check_fmt()
615 if (vpu_malone_format_remap(pixelfmt) == MALONE_FMT_NULL) in vpu_malone_check_fmt()
H A Dvpu_imx8q.h113 bool vpu_imx8q_check_fmt(enum vpu_core_type type, u32 pixelfmt);
/linux/drivers/media/platform/rockchip/rkcif/
H A Drkcif-stream.h30 u32 pixelfmt);
H A Drkcif-stream.c620 u32 pixelfmt) in rkcif_stream_find_output_fmt() argument
628 if (fmt->fourcc == pixelfmt) in rkcif_stream_find_output_fmt()