Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiobasesrc.c811 GstClockTime tmp_ts = GST_CLOCK_TIME_NONE; in gst_audio_base_src_create() local
814 gst_audio_ring_buffer_read (ringbuffer, sample, ptr, samples, &tmp_ts); in gst_audio_base_src_create()
815 if (first && GST_CLOCK_TIME_IS_VALID (tmp_ts)) { in gst_audio_base_src_create()
817 rb_timestamp = tmp_ts; in gst_audio_base_src_create()
/third_party/ffmpeg/libavformat/
Dutils.c2232 int64_t tmp_ts = ff_read_timestamp(s, stream_index, in ff_find_last_ts() local
2234 if (tmp_ts == AV_NOPTS_VALUE) in ff_find_last_ts()
2237 ts_max = tmp_ts; in ff_find_last_ts()