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

  /external/mesa3d/src/gallium/drivers/swr/
swr_query.h 33 uint64_t timestamp_start; member in struct:swr_query_result
swr_query.cpp 108 result->u64 = pq->result.timestamp_end - pq->result.timestamp_start;
174 pq->result.timestamp_start = swr_get_timestamp(pipe->screen);
  /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...]
  /tools/test/connectivity/acts/tests/google/wifi/aware/performance/
LatencyTest.py 476 timestamp_start = time.perf_counter()
615 latencies.append(time.perf_counter() - timestamp_start)

Completed in 83 milliseconds