Symbol: v4l2_ctrl_hevc_scaling_matrix
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
549
const struct v4l2_ctrl_hevc_scaling_matrix *src_matrix)
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_hevc_req_multi_if.c
593
const struct v4l2_ctrl_hevc_scaling_matrix *src_matrix;
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.c
144
const struct v4l2_ctrl_hevc_scaling_matrix *input)
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.c
177
static void assemble_scalingdc(u8 *output, const struct v4l2_ctrl_hevc_scaling_matrix *input)
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.c
188
const struct v4l2_ctrl_hevc_scaling_matrix *input)
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.c
199
struct v4l2_ctrl_hevc_scaling_matrix *cache)
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.c
201
const struct v4l2_ctrl_hevc_scaling_matrix *scaling = run->scaling_matrix;
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.c
204
sizeof(struct v4l2_ctrl_hevc_scaling_matrix)))
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.c
210
sizeof(struct v4l2_ctrl_hevc_scaling_matrix));
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.h
101
struct v4l2_ctrl_hevc_scaling_matrix *cache);
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc-common.h
77
const struct v4l2_ctrl_hevc_scaling_matrix *scaling_matrix;
drivers/media/platform/rockchip/rkvdec/rkvdec-hevc.c
122
struct v4l2_ctrl_hevc_scaling_matrix scaling_matrix_cache;
drivers/media/platform/rockchip/rkvdec/rkvdec-vdpu381-hevc.c
119
struct v4l2_ctrl_hevc_scaling_matrix scaling_matrix_cache;
drivers/media/platform/rockchip/rkvdec/rkvdec-vdpu383-hevc.c
169
struct v4l2_ctrl_hevc_scaling_matrix scaling_matrix_cache;
drivers/media/platform/verisilicon/hantro_g2_hevc_dec.c
545
const struct v4l2_ctrl_hevc_scaling_matrix *sc = ctrls->scaling;
drivers/media/platform/verisilicon/hantro_hw.h
136
const struct v4l2_ctrl_hevc_scaling_matrix *scaling;
drivers/media/test-drivers/visl/visl-dec.h
45
const struct v4l2_ctrl_hevc_scaling_matrix *sm;
drivers/media/test-drivers/visl/visl-trace-hevc.h
274
TP_PROTO(const struct v4l2_ctrl_hevc_scaling_matrix *s),
drivers/media/test-drivers/visl/visl-trace-hevc.h
276
TP_STRUCT__entry(__field_struct(struct v4l2_ctrl_hevc_scaling_matrix, s)),
drivers/media/test-drivers/visl/visl-trace-hevc.h
433
DEFINE_EVENT(v4l2_ctrl_hevc_scaling_matrix_tmpl, v4l2_ctrl_hevc_scaling_matrix,
drivers/media/test-drivers/visl/visl-trace-hevc.h
434
TP_PROTO(const struct v4l2_ctrl_hevc_scaling_matrix *s),
drivers/media/v4l2-core/v4l2-ctrls-core.c
2037
elem_size = sizeof(struct v4l2_ctrl_hevc_scaling_matrix);
drivers/staging/media/sunxi/cedrus/cedrus.h
75
const struct v4l2_ctrl_hevc_scaling_matrix *scaling_matrix;
drivers/staging/media/sunxi/cedrus/cedrus_h265.c
273
const struct v4l2_ctrl_hevc_scaling_matrix *scaling;
include/uapi/linux/videodev2.h
1905
struct v4l2_ctrl_hevc_scaling_matrix __user *p_hevc_scaling_matrix;