OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_timestamp
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_fax.cc
31
uint32_t target_timestamp = sync_buffer.
end_timestamp
();
sync_buffer.h
85
uint32_t
end_timestamp
() const { return end_timestamp_; }
function in class:webrtc::SyncBuffer
neteq_impl.cc
948
uint32_t
end_timestamp
= sync_buffer_->
end_timestamp
();
local
[
all
...]
decision_logic_normal.cc
45
uint32_t target_timestamp = sync_buffer.
end_timestamp
();
neteq_impl_unittest.cc
496
sync_buffer->
end_timestamp
());
[
all
...]
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
thread.py
121
def EndSlice(self,
end_timestamp
, end_thread_timestamp=None):
125
*
end_timestamp
: Timestamp when the slice ended in milliseconds
135
if
end_timestamp
< curr_slice.start:
138
curr_slice.duration =
end_timestamp
- curr_slice.start
Completed in 76 milliseconds