Searched refs:timestamp_diff_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.h148 timestamp_diff_(0) {}
212 unsigned int timestamp_diff_; member in class:FrameDropDetector
H A Dframedrop_primitives.cc323 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/
H A DTestAllCodecs.h45 uint32_t timestamp_diff_; member in class:webrtc::TestPack
H A DTestStereo.h53 uint32_t timestamp_diff_; member in class:webrtc::TestPackStereo
H A DTestAllCodecs.cc41 timestamp_diff_(0),
84 timestamp_diff_ = timestamp - last_in_timestamp_;
95 return timestamp_diff_;
H A DTestStereo.cc31 timestamp_diff_(0),
83 timestamp_diff_ = timestamp - last_in_timestamp_;
95 return timestamp_diff_;

Completed in 1177 milliseconds