Home
last modified time | relevance | path

Searched refs:last_in_timestamp_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DTestAllCodecs.cc47 last_in_timestamp_(0), in TestPack()
89 timestamp_diff_ = timestamp - last_in_timestamp_; in SendData()
90 last_in_timestamp_ = timestamp; in SendData()
DTestAllCodecs.h47 uint32_t last_in_timestamp_; variable
DTestStereo.h55 uint32_t last_in_timestamp_; variable
DTestStereo.cc32 last_in_timestamp_(0), in TestPackStereo()
83 timestamp_diff_ = timestamp - last_in_timestamp_; in SendData()
84 last_in_timestamp_ = timestamp; in SendData()