Home
last modified time | relevance | path

Searched refs:play_time (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcechoprobe.cpp339 GstClockTime play_time; in gst_webrtc_echo_probe_read() local
343 play_time = gst_adapter_prev_pts (self->adapter, &distance); in gst_webrtc_echo_probe_read()
346 play_time = gst_planar_audio_adapter_prev_pts (self->padapter, &distance); in gst_webrtc_echo_probe_read()
349 if (GST_CLOCK_TIME_IS_VALID (play_time)) { in gst_webrtc_echo_probe_read()
350 play_time += gst_util_uint64_scale_int (distance, GST_SECOND, in gst_webrtc_echo_probe_read()
352 play_time += self->latency; in gst_webrtc_echo_probe_read()
354 diff = GST_CLOCK_DIFF (rec_time, play_time) / GST_MSECOND; in gst_webrtc_echo_probe_read()
/third_party/ffmpeg/libavformat/
Dasf.h45 uint64_t play_time; /**< play time, in 100-nanosecond units member
Dasfdec_f.c389 asf->hdr.play_time = avio_rl64(pb); in asf_read_file_properties()
434 st->duration = asf->hdr.play_time / in asf_read_stream_properties()