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

  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_video_sync.h 94 virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp) = 0;
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_video_sync_impl.h 39 virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp);
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.h 283 int GetPlayoutTimestamp(unsigned int& timestamp);
channel.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.h 70 bool GetPlayoutTimestamp(uint32_t* playout_timestamp);
acm_receiver.h 249 bool GetPlayoutTimestamp(uint32_t* 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);
initial_delay_manager.cc 222 bool InitialDelayManager::GetPlayoutTimestamp(uint32_t* playout_timestamp) {
initial_delay_manager_unittest.cc 363 EXPECT_TRUE(manager_->GetPlayoutTimestamp(&actual_playout_timestamp));
audio_coding_module_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
neteq.h 233 virtual bool GetPlayoutTimestamp(uint32_t* timestamp) = 0;
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
video_sync_test.cc 77 EXPECT_EQ(-1, voe_vsync_->GetPlayoutTimestamp(channel_, ignored));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl.h 169 virtual bool GetPlayoutTimestamp(uint32_t* timestamp);
neteq_impl_unittest.cc 481 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&timestamp));
neteq_unittest.cc     [all...]
neteq_impl.cc 338 bool NetEqImpl::GetPlayoutTimestamp(uint32_t* timestamp) {
    [all...]
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 180 if (voe_sync_->GetPlayoutTimestamp(voe_channel_, playout_timestamp) != 0)
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h     [all...]

Completed in 482 milliseconds