Home
last modified time | relevance | path

Searched refs:total_delay_ms (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/sdk/android/src/jni/audio_device/
Daudio_record_jni.cc60 int total_delay_ms, in AudioRecordJni() argument
64 total_delay_ms_(total_delay_ms), in AudioRecordJni()
Daudio_record_jni.h53 int total_delay_ms,
/external/webrtc/modules/audio_device/
Daudio_device_buffer.cc270 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()
Daudio_device_data_observer.cc54 const uint32_t total_delay_ms, in RecordedDataIsAvailable() argument
70 total_delay_ms, clockDrift, currentMicLevel, keyPressed, newMicLevel); in RecordedDataIsAvailable()
Daudio_device_unittest.cc373 const uint32_t total_delay_ms, in RealRecordedDataIsAvailable() argument
/external/webrtc/video/
Dsend_statistics_proxy.h133 uint64_t total_delay_ms,
Dsend_statistics_proxy.cc1374 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/
Drtp_rtcp_defines.h455 uint64_t total_delay_ms,
/external/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc492 int total_delay_ms() const { in total_delay_ms() function in webrtc::AudioDeviceTest
/external/webrtc/sdk/android/native_unittests/audio_device/
Daudio_device_unittest.cc478 int total_delay_ms() const { return 10; } in total_delay_ms() function in webrtc::jni::AudioDeviceTest