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

  /external/webrtc/webrtc/voice_engine/include/
voe_video_sync.h 86 virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp) = 0;
  /external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.h 36 int GetPlayoutTimestamp(int channel, unsigned int& timestamp) override;
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.h 292 int GetPlayoutTimestamp(unsigned int& timestamp);
channel.cc     [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.h 70 bool GetPlayoutTimestamp(uint32_t* playout_timestamp);
acm_receiver.h 222 bool GetPlayoutTimestamp(uint32_t* 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);
initial_delay_manager.cc 222 bool InitialDelayManager::GetPlayoutTimestamp(uint32_t* playout_timestamp) {
initial_delay_manager_unittest.cc 362 EXPECT_TRUE(manager_->GetPlayoutTimestamp(&actual_playout_timestamp));
audio_coding_module_impl.cc 789 return receiver_.GetPlayoutTimestamp(timestamp) ? 0 : -1;
  /external/webrtc/webrtc/modules/audio_coding/neteq/include/
neteq.h 259 virtual bool GetPlayoutTimestamp(uint32_t* timestamp) = 0;
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
video_sync_test.cc 77 EXPECT_EQ(-1, voe_vsync_->GetPlayoutTimestamp(channel_, ignored));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 487 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&timestamp));
758 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&last_timestamp));
764 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&timestamp));
768 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&timestamp));
787 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&timestamp));
    [all...]
neteq_impl.h 167 bool GetPlayoutTimestamp(uint32_t* timestamp) override;
neteq_impl.cc 364 bool NetEqImpl::GetPlayoutTimestamp(uint32_t* timestamp) {
    [all...]
neteq_unittest.cc     [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 311 MOCK_METHOD2(GetPlayoutTimestamp, int(int channel, unsigned int& timestamp));
  /external/webrtc/webrtc/call/
call_perf_tests.cc 142 if (voe_sync_->GetPlayoutTimestamp(voe_channel_, playout_timestamp) != 0)

Completed in 196 milliseconds