Symbol: vpu_dec_codec_info
drivers/media/platform/amphion/vdec.c
1317
static void vdec_update_v4l2_profile_level(struct vpu_inst *inst, struct vpu_dec_codec_info *hdr)
drivers/media/platform/amphion/vdec.c
1338
static void vdec_event_seq_hdr(struct vpu_inst *inst, struct vpu_dec_codec_info *hdr)
drivers/media/platform/amphion/vdec.c
55
struct vpu_dec_codec_info codec_info;
drivers/media/platform/amphion/vdec.c
951
static bool vdec_check_source_change(struct vpu_inst *inst, struct vpu_dec_codec_info *hdr)
drivers/media/platform/amphion/vpu_helpers.c
584
u32 vpu_get_h264_v4l2_profile(struct vpu_dec_codec_info *hdr)
drivers/media/platform/amphion/vpu_helpers.c
600
u32 vpu_get_h264_v4l2_level(struct vpu_dec_codec_info *hdr)
drivers/media/platform/amphion/vpu_helpers.c
620
u32 vpu_get_hevc_v4l2_profile(struct vpu_dec_codec_info *hdr)
drivers/media/platform/amphion/vpu_helpers.c
628
u32 vpu_get_hevc_v4l2_level(struct vpu_dec_codec_info *hdr)
drivers/media/platform/amphion/vpu_helpers.h
71
u32 vpu_get_h264_v4l2_profile(struct vpu_dec_codec_info *hdr);
drivers/media/platform/amphion/vpu_helpers.h
72
u32 vpu_get_h264_v4l2_level(struct vpu_dec_codec_info *hdr);
drivers/media/platform/amphion/vpu_helpers.h
73
u32 vpu_get_hevc_v4l2_profile(struct vpu_dec_codec_info *hdr);
drivers/media/platform/amphion/vpu_helpers.h
74
u32 vpu_get_hevc_v4l2_level(struct vpu_dec_codec_info *hdr);
drivers/media/platform/amphion/vpu_malone.c
851
static void vpu_malone_fill_planes(struct vpu_dec_codec_info *info)
drivers/media/platform/amphion/vpu_malone.c
873
static void vpu_malone_init_seq_hdr(struct vpu_dec_codec_info *info)
drivers/media/platform/amphion/vpu_malone.c
898
struct vpu_dec_codec_info *info)
drivers/media/platform/amphion/vpu_msgs.c
67
struct vpu_dec_codec_info info;