Home
last modified time | relevance | path

Searched refs:AECM_NULL_POINTER_ERROR (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.c205 return AECM_NULL_POINTER_ERROR; in WebRtcAecm_GetBufferFarendError()
259 return AECM_NULL_POINTER_ERROR; in WebRtcAecm_Process()
264 return AECM_NULL_POINTER_ERROR; in WebRtcAecm_Process()
526 return AECM_NULL_POINTER_ERROR; in WebRtcAecm_InitEchoPath()
554 return AECM_NULL_POINTER_ERROR; in WebRtcAecm_GetEchoPath()
Decho_control_mobile.h27 #define AECM_NULL_POINTER_ERROR 12003 macro
/external/webrtc/webrtc/modules/audio_processing/
Decho_control_mobile_impl.cc46 case AECM_NULL_POINTER_ERROR: in MapError()