Searched refs:begin_timestamp (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_processing/test/conversational_speech/ |
D | multiend_call.cc | 121 std::size_t begin_timestamp = last_turn.end + offset_samples; in CheckTiming() local 122 std::size_t end_timestamp = begin_timestamp + it->second->NumSamples(); in CheckTiming() 123 RTC_LOG(LS_INFO) << "turn #" << turn_index << " " << begin_timestamp << "-" in CheckTiming() 136 if (turn_index > 1 && in_interval(begin_timestamp, last_turn) && in CheckTiming() 137 in_interval(begin_timestamp, second_last_turn)) { in CheckTiming() 144 begin_timestamp, end_timestamp, turn.gain); in CheckTiming() 156 last_turn.begin = begin_timestamp; in CheckTiming()
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf_mdapi.c | 83 gen_device_info_timebase_scale(devinfo, result->begin_timestamp); in gen_perf_query_result_write_mdapi() 114 gen_device_info_timebase_scale(devinfo, result->begin_timestamp); in gen_perf_query_result_write_mdapi()
|
D | gen_perf.h | 156 uint64_t begin_timestamp; member
|
D | gen_perf.c | 1041 result->begin_timestamp = start[1]; in gen_perf_query_result_accumulate()
|
/external/libchrome/base/trace_event/ |
D | trace_event.h | 411 category_group, name, id, thread_id, begin_timestamp, end_timestamp, \ argument 425 thread_id, begin_timestamp, \
|