HomeSort by relevance Sort by last modified time
    Searched full:timestamp_end (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
receiver.cc 248 uint32_t timestamp_end = 0u; local
251 jitter_buffer_.RenderBufferSize(&timestamp_start, &timestamp_end);
252 if (timestamp_start == timestamp_end) {
260 uint32_t render_end = timing_->RenderTimeMs(timestamp_end, now_ms);
jitter_buffer.cc     [all...]
jitter_buffer.h 211 void RenderBufferSize(uint32_t* timestamp_start, uint32_t* timestamp_end);

Completed in 149 milliseconds