Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Decho_cancellation.c310 aecpc->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_BufferFarend()
389 aecpc->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_Process()
394 aecpc->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_Process()
411 aecpc->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_Process()
662 aecpc->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_get_config()
688 aecpc->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_get_echo_status()
714 aecpc->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_GetMetrics()
815 self->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_GetDelayMetrics()
819 self->lastError = AEC_NULL_POINTER_ERROR; in WebRtcAec_GetDelayMetrics()
/external/webrtc/src/modules/audio_processing/aec/interface/
Decho_cancellation.h20 #define AEC_NULL_POINTER_ERROR 12003 macro