Searched refs:tmp_ts (Results 1 – 2 of 2) sorted by relevance
811 GstClockTime tmp_ts = GST_CLOCK_TIME_NONE; in gst_audio_base_src_create() local814 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()
2232 int64_t tmp_ts = ff_read_timestamp(s, stream_index, in ff_find_last_ts() local2234 if (tmp_ts == AV_NOPTS_VALUE) in ff_find_last_ts()2237 ts_max = tmp_ts; in ff_find_last_ts()