OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:playouttimestamp
(Results
1 - 13
of
13
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.h
35
unsigned int&
playoutTimestamp
,
voe_rtp_rtcp_impl.cc
293
unsigned int&
playoutTimestamp
, // derived locally
309
playoutTimestamp
, jitter, fractionLost);
channel.h
344
unsigned int&
playoutTimestamp
, unsigned int* jitter,
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc
319
uint32_t
PlayoutTimestamp
();
736
int32_t delay_before = timestamp -
PlayoutTimestamp
();
833
int32_t delay_after = timestamp -
PlayoutTimestamp
();
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h
155
int
PlayoutTimestamp
(uint32_t* timestamp) override;
audio_coding_module_impl.cc
788
int AudioCodingModuleImpl::
PlayoutTimestamp
(uint32_t* timestamp) {
/external/webrtc/webrtc/modules/audio_coding/test/
delay_test.cc
212
acm_b_->
PlayoutTimestamp
(&playout_ts);
APITest.cc
691
CHECK_ERROR_MT(myACM->
PlayoutTimestamp
(&outTimestamp));
701
CHECK_ERROR_MT(myACM->
PlayoutTimestamp
(&outTimestamp));
/external/webrtc/webrtc/voice_engine/include/
voe_rtp_rtcp.h
169
unsigned int&
playoutTimestamp
,
/external/webrtc/webrtc/test/
mock_voice_engine.h
285
unsigned int&
playoutTimestamp
,
/external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h
598
// int32_t
PlayoutTimestamp
()
611
virtual int32_t
PlayoutTimestamp
(uint32_t* timestamp) = 0;
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
623
unsigned int&
playoutTimestamp
,
Completed in 54 milliseconds