Searched defs:tegra_vde_h264_decoder_ctx (Results 1 – 2 of 2) sorted by relevance
28 struct tegra_vde_h264_decoder_ctx { struct29 __s32 bitstream_data_fd;30 __u32 bitstream_data_offset;32 __u64 dpb_frames_ptr;33 __u32 dpb_frames_nb;34 __u32 dpb_ref_frames_with_earlier_poc_nb;37 __u32 baseline_profile;38 __u32 level_idc;39 __u32 log2_max_pic_order_cnt_lsb;40 __u32 log2_max_frame_num;[all …]
27 struct tegra_vde_h264_decoder_ctx { struct28 unsigned int dpb_frames_nb;29 unsigned int dpb_ref_frames_with_earlier_poc_nb;30 unsigned int baseline_profile;31 unsigned int level_idc;32 unsigned int log2_max_pic_order_cnt_lsb;33 unsigned int log2_max_frame_num;34 unsigned int pic_order_cnt_type;35 unsigned int direct_8x8_inference_flag;36 unsigned int pic_width_in_mbs;[all …]