/external/webrtc/webrtc/voice_engine/ |
D | voe_video_sync_impl.cc | 46 int VoEVideoSyncImpl::GetPlayoutTimestamp(int channel, in GetPlayoutTimestamp() function in webrtc::VoEVideoSyncImpl 59 return channel_ptr->GetPlayoutTimestamp(timestamp); in GetPlayoutTimestamp()
|
D | voe_video_sync_impl.h | 36 int GetPlayoutTimestamp(int channel, unsigned int& timestamp) override;
|
D | channel.h | 292 int GetPlayoutTimestamp(unsigned int& timestamp);
|
D | channel.cc | 3618 int Channel::GetPlayoutTimestamp(unsigned int& timestamp) { in GetPlayoutTimestamp() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_video_sync.h | 86 virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp) = 0;
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | initial_delay_manager.h | 70 bool GetPlayoutTimestamp(uint32_t* playout_timestamp);
|
D | acm_receiver.cc | 291 if (GetPlayoutTimestamp(&playout_timestamp)) { in GetAudio() 429 bool AcmReceiver::GetPlayoutTimestamp(uint32_t* timestamp) { in GetPlayoutTimestamp() function in webrtc::acm2::AcmReceiver 430 return neteq_->GetPlayoutTimestamp(timestamp); in GetPlayoutTimestamp()
|
D | acm_receiver.h | 222 bool GetPlayoutTimestamp(uint32_t* timestamp);
|
D | initial_delay_manager.cc | 222 bool InitialDelayManager::GetPlayoutTimestamp(uint32_t* playout_timestamp) { in GetPlayoutTimestamp() function in webrtc::acm2::InitialDelayManager
|
D | initial_delay_manager_unittest.cc | 362 EXPECT_TRUE(manager_->GetPlayoutTimestamp(&actual_playout_timestamp)); in TEST_F()
|
D | audio_coding_module_impl.cc | 789 return receiver_.GetPlayoutTimestamp(timestamp) ? 0 : -1; in PlayoutTimestamp()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | video_sync_test.cc | 77 EXPECT_EQ(-1, voe_vsync_->GetPlayoutTimestamp(channel_, ignored)); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/include/ |
D | neteq.h | 259 virtual bool GetPlayoutTimestamp(uint32_t* timestamp) = 0;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl_unittest.cc | 487 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(×tamp)); in TEST_F() 758 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&last_timestamp)); in TEST_F() 764 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(×tamp)); in TEST_F() 768 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(×tamp)); in TEST_F() 787 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(×tamp)); in TEST_F()
|
D | neteq_impl.h | 167 bool GetPlayoutTimestamp(uint32_t* timestamp) override;
|
D | neteq_unittest.cc | 1595 EXPECT_TRUE(neteq_->GetPlayoutTimestamp(&playout_timestamp)); in PlayoutTimestamp()
|
D | neteq_impl.cc | 364 bool NetEqImpl::GetPlayoutTimestamp(uint32_t* timestamp) { in GetPlayoutTimestamp() function in webrtc::NetEqImpl
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 311 MOCK_METHOD2(GetPlayoutTimestamp, int(int channel, unsigned int& timestamp));
|
/external/webrtc/webrtc/call/ |
D | call_perf_tests.cc | 142 if (voe_sync_->GetPlayoutTimestamp(voe_channel_, playout_timestamp) != 0) in RenderFrame()
|