Searched defs:timestamp_start (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_query.h33 uint64_t timestamp_start; member in struct:swr_query_result
/external/webrtc/webrtc/modules/video_coding/
H A Dreceiver.cc247 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);
H A Djitter_buffer.cc1158 void VCMJitterBuffer::RenderBufferSize(uint32_t* timestamp_start, argument
1162 *timestamp_start = 0;
1167 *timestamp_start = decodable_frames_.Front()->TimeStamp();

Completed in 186 milliseconds