OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timestamp_diff_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.h
148
timestamp_diff_
(0) {}
212
unsigned int
timestamp_diff_
;
member in class:FrameDropDetector
framedrop_primitives.cc
323
if (
timestamp_diff_
== 0) {
328
timestamp_diff_
=
353
unsigned int created_timestamp = it->first -
timestamp_diff_
;
357
unsigned int created_timestamp = it->first -
timestamp_diff_
;
361
unsigned int created_timestamp = it->first -
timestamp_diff_
;
365
unsigned int created_timestamp = it->first -
timestamp_diff_
;
375
int encoded_timestamp = (*it)->frame_timestamp_ +
timestamp_diff_
;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestAllCodecs.h
45
uint32_t
timestamp_diff_
;
member in class:webrtc::TestPack
TestStereo.h
53
uint32_t
timestamp_diff_
;
member in class:webrtc::TestPackStereo
TestAllCodecs.cc
41
timestamp_diff_
(0),
84
timestamp_diff_
= timestamp - last_in_timestamp_;
95
return
timestamp_diff_
;
TestStereo.cc
31
timestamp_diff_
(0),
83
timestamp_diff_
= timestamp - last_in_timestamp_;
95
return
timestamp_diff_
;
Completed in 106 milliseconds