Searched refs:timestamp_end (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
H A Dreceiver.cc248 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);
H A Djitter_buffer.h211 void RenderBufferSize(uint32_t* timestamp_start, uint32_t* timestamp_end);
H A Djitter_buffer.cc1159 uint32_t* timestamp_end) {
1163 *timestamp_end = 0;
1168 *timestamp_end = decodable_frames_.Back()->TimeStamp();
1158 RenderBufferSize(uint32_t* timestamp_start, uint32_t* timestamp_end) argument

Completed in 342 milliseconds