Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c212 gint time_index; member
825 priv->time_index = 0; in gst_clock_init()
1354 priv->time_index = 0; in gst_clock_set_master()
1556 priv->times[(2 * priv->time_index)] = slave; in gst_clock_add_observation_unapplied()
1557 priv->times[(2 * priv->time_index) + 1] = master; in gst_clock_add_observation_unapplied()
1559 priv->time_index++; in gst_clock_add_observation_unapplied()
1560 if (G_UNLIKELY (priv->time_index == priv->window_size)) { in gst_clock_add_observation_unapplied()
1562 priv->time_index = 0; in gst_clock_add_observation_unapplied()
1565 if (G_UNLIKELY (priv->filling && priv->time_index < priv->window_threshold)) in gst_clock_add_observation_unapplied()
1568 n = priv->filling ? priv->time_index : priv->window_size; in gst_clock_add_observation_unapplied()
[all …]
/third_party/ffmpeg/libavcodec/
Dqdm2.c111 short time_index; member
1437 level = fft_tone_envelope_table[tone->duration][tone->time_index] * tone->level; in qdm2_fft_generate_tone()
1467 if (++tone->time_index < ((1 << (5 - tone->duration)) - 1)) { in qdm2_fft_generate_tone()
1535 tone.time_index = 0; in qdm2_fft_tone_synthesizer()