Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.h76 uint32_t LastInTimestamp();
Ddelay_test.cc213 received_ts = channel_a2b_->LastInTimestamp(); in Run()
DAPITest.cc690 inTimestamp = myChannel->LastInTimestamp(); in TestDelay()
700 inTimestamp = myChannel->LastInTimestamp(); in TestDelay()
DChannel.cc407 uint32_t Channel::LastInTimestamp() { in LastInTimestamp() function in webrtc::Channel