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

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

Completed in 395 milliseconds