HomeSort by relevance Sort by last modified time
    Searched full:last_in_timestamp_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.h 47 uint32_t last_in_timestamp_; member in class:webrtc::TestPack
TestStereo.h 55 uint32_t last_in_timestamp_; member in class:webrtc::TestPackStereo
TestAllCodecs.cc 47 last_in_timestamp_(0),
89 timestamp_diff_ = timestamp - last_in_timestamp_;
90 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 564 milliseconds