OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_in_timestamp_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestAllCodecs.h
46
uint32_t
last_in_timestamp_
;
member in class:webrtc::TestPack
TestStereo.h
54
uint32_t
last_in_timestamp_
;
member in class:webrtc::TestPackStereo
TestAllCodecs.cc
42
last_in_timestamp_
(0),
84
timestamp_diff_ = timestamp -
last_in_timestamp_
;
85
last_in_timestamp_
= timestamp;
TestStereo.cc
32
last_in_timestamp_
(0),
83
timestamp_diff_ = timestamp -
last_in_timestamp_
;
84
last_in_timestamp_
= timestamp;
Completed in 71 milliseconds