Home
last modified time | relevance | path

Searched refs:max_latency_increase (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265picture.c517 guint max_latency_increase, guint max_dec_pic_buffering) in gst_h265_dpb_needs_bump() argument
539 if (dpb->num_output_needed && max_latency_increase && in gst_h265_dpb_needs_bump()
540 gst_h265_dpb_check_latency_count (dpb, max_latency_increase)) { in gst_h265_dpb_needs_bump()
542 max_latency_increase); in gst_h265_dpb_needs_bump()
Dgsth265picture.h197 guint max_latency_increase,
/third_party/ffmpeg/libavcodec/
Dhevc_ps.h174 int max_latency_increase; member
Dqsvenc_hevc.c116 vps.vps_max_latency_increase[i] = sps.temporal_layer[i].max_latency_increase; in generate_fake_vps()
Dhevc_ps.c1015 sps->temporal_layer[i].max_latency_increase = get_ue_golomb_long(gb) - 1; in ff_hevc_parse_sps()
1036 … sps->temporal_layer[i].max_latency_increase = sps->temporal_layer[start].max_latency_increase; in ff_hevc_parse_sps()