Home
last modified time | relevance | path

Searched refs:sched_sel_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_sei.c302 int sched_sel_idx; in decode_buffering_period() local
315 for (sched_sel_idx = 0; sched_sel_idx < sps->cpb_cnt; sched_sel_idx++) { in decode_buffering_period()
316 h->initial_cpb_removal_delay[sched_sel_idx] = in decode_buffering_period()
323 for (sched_sel_idx = 0; sched_sel_idx < sps->cpb_cnt; sched_sel_idx++) { in decode_buffering_period()
324 h->initial_cpb_removal_delay[sched_sel_idx] = in decode_buffering_period()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c393 guint sched_sel_idx; in gst_h264_parse_hrd_parameters() local
401 for (sched_sel_idx = 0; sched_sel_idx <= hrd->cpb_cnt_minus1; sched_sel_idx++) { in gst_h264_parse_hrd_parameters()
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()
404 READ_UINT8 (nr, hrd->cbr_flag[sched_sel_idx], 1); in gst_h264_parse_hrd_parameters()
882 guint8 sched_sel_idx; in gst_h264_parser_parse_buffering_period() local
884 for (sched_sel_idx = 0; sched_sel_idx <= hrd->cpb_cnt_minus1; in gst_h264_parser_parse_buffering_period()
885 sched_sel_idx++) { in gst_h264_parser_parse_buffering_period()
886 READ_UINT32 (nr, per->nal_initial_cpb_removal_delay[sched_sel_idx], in gst_h264_parser_parse_buffering_period()
889 per->nal_initial_cpb_removal_delay_offset[sched_sel_idx], nbits); in gst_h264_parser_parse_buffering_period()
[all …]