Lines Matching defs:sps
69 int ff_h264_sei_process_picture_timing(H264SEIPictureTiming *h, const SPS *sps,
76 if (sps->nal_hrd_parameters_present_flag ||
77 sps->vcl_hrd_parameters_present_flag) {
78 h->cpb_removal_delay = get_bits_long(&gb, sps->cpb_removal_delay_length);
79 h->dpb_output_delay = get_bits_long(&gb, sps->dpb_output_delay_length);
81 if (sps->pic_struct_present_flag) {
123 if (sps->time_offset_length > 0)
125 sps->time_offset_length); /* time_offset */
310 const SPS *sps;
318 sps = (const SPS*)ps->sps_list[sps_id]->data;
321 if (sps->nal_hrd_parameters_present_flag) {
322 for (sched_sel_idx = 0; sched_sel_idx < sps->cpb_cnt; sched_sel_idx++) {
324 get_bits_long(gb, sps->initial_cpb_removal_delay_length);
326 skip_bits(gb, sps->initial_cpb_removal_delay_length);
329 if (sps->vcl_hrd_parameters_present_flag) {
330 for (sched_sel_idx = 0; sched_sel_idx < sps->cpb_cnt; sched_sel_idx++) {
332 get_bits_long(gb, sps->initial_cpb_removal_delay_length);
334 skip_bits(gb, sps->initial_cpb_removal_delay_length);