HomeSort by relevance Sort by last modified time
    Searched defs:GetPlayoutTimestamp (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.cc 222 bool InitialDelayManager::GetPlayoutTimestamp(uint32_t* playout_timestamp) {
acm_receiver.cc 477 // |GetPlayoutTimestamp|, which is the timestamp of the last sample of
480 if (GetPlayoutTimestamp(&playout_timestamp)) {
605 bool AcmReceiver::GetPlayoutTimestamp(uint32_t* timestamp) {
609 return initial_delay_manager_->GetPlayoutTimestamp(timestamp);
612 return neteq_->GetPlayoutTimestamp(timestamp);
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_video_sync_impl.cc 50 int VoEVideoSyncImpl::GetPlayoutTimestamp(int channel, unsigned int& timestamp)
53 "GetPlayoutTimestamp(channel=%d, timestamp=?)", channel);
65 "GetPlayoutTimestamp() failed to locate channel");
68 return channel_ptr->GetPlayoutTimestamp(timestamp);
227 "GetPlayoutTimestamp() failed to locate channel");
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 338 bool NetEqImpl::GetPlayoutTimestamp(uint32_t* timestamp) {
    [all...]

Completed in 444 milliseconds