Home
last modified time | relevance | path

Searched refs:RTC_AEC_DEBUG_WAV_WRITE (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/logging/
Daec_logging.h21 #define RTC_AEC_DEBUG_WAV_WRITE(file, data, num_samples) \ macro
73 #define RTC_AEC_DEBUG_WAV_WRITE(file, data, num_samples) \ macro
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core.c1296 RTC_AEC_DEBUG_WAV_WRITE(aec->farFile, &farend_ptr[PART_LEN], PART_LEN); in ProcessBlock()
1298 RTC_AEC_DEBUG_WAV_WRITE(aec->nearFile, nearend_ptr, PART_LEN); in ProcessBlock()
1402 RTC_AEC_DEBUG_WAV_WRITE(aec->outLinearFile, echo_subtractor_output, PART_LEN); in ProcessBlock()
1421 RTC_AEC_DEBUG_WAV_WRITE(aec->outFile, output, PART_LEN); in ProcessBlock()