Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dperiodic_sampler.cc30 int current_period = period(); in SubtleConfirmSample() local
33 if (ABSL_PREDICT_FALSE(current_period < 2)) { in SubtleConfirmSample()
35 return current_period == 1; in SubtleConfirmSample()
40 stride_ = static_cast<uint64_t>(-GetExponentialBiased(current_period)); in SubtleConfirmSample()
47 stride_ = static_cast<uint64_t>(-GetExponentialBiased(current_period)); in SubtleConfirmSample()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c2306 guint current_period; in gst_dash_demux_seek() local
2331 current_period = 0; in gst_dash_demux_seek()
2336 current_period = period->number; in gst_dash_demux_seek()
2340 current_period, GST_TIME_ARGS (current_pos), in gst_dash_demux_seek()
2355 if (current_period != gst_mpd_client_get_period_index (dashdemux->client)) { in gst_dash_demux_seek()
2356 GST_DEBUG_OBJECT (demux, "Seeking to Period %d", current_period); in gst_dash_demux_seek()
2363 if (!gst_mpd_client_set_period_index (dashdemux->client, current_period) in gst_dash_demux_seek()