OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPlayoutTimestamp
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.cc
46
int VoEVideoSyncImpl::
GetPlayoutTimestamp
(int channel,
56
"
GetPlayoutTimestamp
() failed to locate channel");
59
return channel_ptr->
GetPlayoutTimestamp
(timestamp);
167
"
GetPlayoutTimestamp
() failed to locate channel");
channel.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.cc
222
bool InitialDelayManager::
GetPlayoutTimestamp
(uint32_t* playout_timestamp) {
acm_receiver.cc
288
// |
GetPlayoutTimestamp
|, which is the timestamp of the last sample of
291
if (
GetPlayoutTimestamp
(&playout_timestamp)) {
429
bool AcmReceiver::
GetPlayoutTimestamp
(uint32_t* timestamp) {
430
return neteq_->
GetPlayoutTimestamp
(timestamp);
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc
364
bool NetEqImpl::
GetPlayoutTimestamp
(uint32_t* timestamp) {
[
all
...]
Completed in 373 milliseconds