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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
receiver.cc 311 uint32_t timestamp_end = 0u; local
314 jitter_buffer_.RenderBufferSize(&timestamp_start, &timestamp_end);
315 if (timestamp_start == timestamp_end) {
323 uint32_t render_end = timing_->RenderTimeMs(timestamp_end, now_ms);
jitter_buffer.h 182 void RenderBufferSize(uint32_t* timestamp_start, uint32_t* timestamp_end);
jitter_buffer.cc     [all...]

Completed in 1102 milliseconds