Searched refs:total_delay_ms (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/sdk/android/src/jni/audio_device/ |
D | audio_record_jni.cc | 60 int total_delay_ms, in AudioRecordJni() argument 64 total_delay_ms_(total_delay_ms), in AudioRecordJni()
|
D | audio_record_jni.h | 53 int total_delay_ms,
|
/external/webrtc/modules/audio_device/ |
D | audio_device_buffer.cc | 270 uint32_t total_delay_ms = play_delay_ms_ + rec_delay_ms_; in DeliverRecordedData() local 273 rec_sample_rate_, total_delay_ms, 0, 0, typing_status_, in DeliverRecordedData()
|
D | audio_device_data_observer.cc | 54 const uint32_t total_delay_ms, in RecordedDataIsAvailable() argument 70 total_delay_ms, clockDrift, currentMicLevel, keyPressed, newMicLevel); in RecordedDataIsAvailable()
|
D | audio_device_unittest.cc | 373 const uint32_t total_delay_ms, in RealRecordedDataIsAvailable() argument
|
/external/webrtc/video/ |
D | send_statistics_proxy.h | 133 uint64_t total_delay_ms,
|
D | send_statistics_proxy.cc | 1374 uint64_t total_delay_ms, in SendSideDelayUpdated() argument 1382 stats->total_packet_send_delay_ms = total_delay_ms; in SendSideDelayUpdated()
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp_defines.h | 455 uint64_t total_delay_ms,
|
/external/webrtc/modules/audio_device/android/ |
D | audio_device_unittest.cc | 492 int total_delay_ms() const { in total_delay_ms() function in webrtc::AudioDeviceTest
|
/external/webrtc/sdk/android/native_unittests/audio_device/ |
D | audio_device_unittest.cc | 478 int total_delay_ms() const { return 10; } in total_delay_ms() function in webrtc::jni::AudioDeviceTest
|