Searched refs:READ_UE (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.c | 402 READ_UE (nr, hrd->bit_rate_value_minus1[sched_sel_idx]); in gst_h264_parse_hrd_parameters() 403 READ_UE (nr, hrd->cpb_size_value_minus1[sched_sel_idx]); in gst_h264_parse_hrd_parameters() 505 READ_UE (nr, vui->max_bytes_per_pic_denom); in gst_h264_parse_vui_parameters() 509 READ_UE (nr, vui->num_reorder_frames); in gst_h264_parse_vui_parameters() 510 READ_UE (nr, vui->max_dec_frame_buffering); in gst_h264_parse_vui_parameters() 659 READ_UE (nr, modification_of_pic_nums_idc); in slice_parse_ref_pic_list_modification_1() 665 READ_UE (nr, entries[i].value.long_term_pic_num); in slice_parse_ref_pic_list_modification_1() 668 READ_UE (nr, entries[i].value.abs_diff_view_idx_minus1); in slice_parse_ref_pic_list_modification_1() 741 READ_UE (nr, refpicmarking->difference_of_pic_nums_minus1); in gst_h264_slice_parse_dec_ref_pic_marking() 744 READ_UE (nr, refpicmarking->long_term_pic_num); in gst_h264_slice_parse_dec_ref_pic_marking() [all …]
|
D | nalutils.h | 161 #define READ_UE(nr, val) { \ macro 170 READ_UE (nr, tmp); \ 177 READ_UE (nr, tmp); \
|
D | gsth265parser.c | 559 READ_UE (nr, vui->def_disp_win_left_offset); in gst_h265_parse_vui_parameters() 560 READ_UE (nr, vui->def_disp_win_right_offset); in gst_h265_parse_vui_parameters() 561 READ_UE (nr, vui->def_disp_win_top_offset); in gst_h265_parse_vui_parameters() 562 READ_UE (nr, vui->def_disp_win_bottom_offset); in gst_h265_parse_vui_parameters() 1136 READ_UE (nr, tim->num_decoding_units_minus1); in gst_h265_parser_parse_pic_timing() 1149 READ_UE (nr, tim->num_nalus_in_du_minus1[i]); in gst_h265_parser_parse_pic_timing() 1870 READ_UE (&nr, sps->conf_win_left_offset); in gst_h265_parse_sps() 1871 READ_UE (&nr, sps->conf_win_right_offset); in gst_h265_parse_sps() 1872 READ_UE (&nr, sps->conf_win_top_offset); in gst_h265_parse_sps() 1873 READ_UE (&nr, sps->conf_win_bottom_offset); in gst_h265_parse_sps() [all …]
|