Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.h71 u32 vpu_get_h264_v4l2_profile(struct vpu_dec_codec_info *hdr);
72 u32 vpu_get_h264_v4l2_level(struct vpu_dec_codec_info *hdr);
73 u32 vpu_get_hevc_v4l2_profile(struct vpu_dec_codec_info *hdr);
74 u32 vpu_get_hevc_v4l2_level(struct vpu_dec_codec_info *hdr);
H A Dvpu_helpers.c584 u32 vpu_get_h264_v4l2_profile(struct vpu_dec_codec_info *hdr) in vpu_get_h264_v4l2_profile()
600 u32 vpu_get_h264_v4l2_level(struct vpu_dec_codec_info *hdr) in vpu_get_h264_v4l2_level()
620 u32 vpu_get_hevc_v4l2_profile(struct vpu_dec_codec_info *hdr) in vpu_get_hevc_v4l2_profile()
628 u32 vpu_get_hevc_v4l2_level(struct vpu_dec_codec_info *hdr) in vpu_get_hevc_v4l2_level()
H A Dvpu_defs.h120 struct vpu_dec_codec_info { struct
H A Dvdec.c55 struct vpu_dec_codec_info codec_info;
951 static bool vdec_check_source_change(struct vpu_inst *inst, struct vpu_dec_codec_info *hdr) in vdec_check_source_change()
1317 static void vdec_update_v4l2_profile_level(struct vpu_inst *inst, struct vpu_dec_codec_info *hdr) in vdec_update_v4l2_profile_level()
1338 static void vdec_event_seq_hdr(struct vpu_inst *inst, struct vpu_dec_codec_info *hdr) in vdec_event_seq_hdr()
H A Dvpu_malone.c851 static void vpu_malone_fill_planes(struct vpu_dec_codec_info *info) in vpu_malone_fill_planes()
873 static void vpu_malone_init_seq_hdr(struct vpu_dec_codec_info *info) in vpu_malone_init_seq_hdr()
898 struct vpu_dec_codec_info *info) in vpu_malone_unpack_seq_hdr()
H A Dvpu_msgs.c67 struct vpu_dec_codec_info info; in vpu_session_handle_seq_hdr()