Home
last modified time | relevance | path

Searched refs:wav_file (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/logging/
Daec_logging.h28 sample_rate, wav_file) \ argument
31 wav_file); \
35 #define RTC_AEC_DEBUG_WAV_CLOSE(wav_file) \ argument
37 rtc_WavClose(wav_file); \
77 #define RTC_AEC_DEBUG_WAV_REOPEN(wav_file, name, instance_index, process_rate, \ argument
82 #define RTC_AEC_DEBUG_WAV_CLOSE(wav_file) \ argument
Daec_logging_file_handling.cc26 rtc_WavWriter** wav_file) { in WebRtcAec_ReopenWav() argument
27 if (*wav_file) { in WebRtcAec_ReopenWav()
28 if (rtc_WavSampleRate(*wav_file) == sample_rate) in WebRtcAec_ReopenWav()
30 rtc_WavClose(*wav_file); in WebRtcAec_ReopenWav()
41 *wav_file = rtc_WavOpen(filename, sample_rate, 1); in WebRtcAec_ReopenWav()
Daec_logging_file_handling.h30 rtc_WavWriter** wav_file);
/external/webrtc/webrtc/modules/audio_processing/test/
Dtest_utils.cc67 WavWriter* wav_file, in WriteIntData() argument
69 if (wav_file) { in WriteIntData()
70 wav_file->WriteSamples(data, length); in WriteIntData()
80 WavWriter* wav_file, in WriteFloatData() argument
94 if (wav_file) { in WriteFloatData()
95 wav_file->WriteSamples(buffer.get(), length); in WriteFloatData()
Dtest_utils.h77 WavWriter* wav_file,
83 WavWriter* wav_file,
/external/webrtc/webrtc/common_audio/
Dcommon_audio.gyp119 'wav_file.cc',
120 'wav_file.h',
DBUILD.gn103 "wav_file.cc",
104 "wav_file.h",
/external/webrtc/webrtc/modules/audio_processing/
DAndroid.mk86 ../../common_audio/wav_file.cc \