HomeSort by relevance Sort by last modified time
    Searched defs:AecConfig (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/include/
echo_cancellation.h 43 } AecConfig;
171 * AecConfig config Config instance that contains all
179 int WebRtcAec_set_config(void* handle, AecConfig config);
  /external/webrtc/src/modules/audio_processing/aec/interface/
echo_cancellation.h 43 } AecConfig;
171 * AecConfig config Config instance that contains all
179 WebRtc_Word32 WebRtcAec_set_config(void *aecInst, AecConfig config);
190 * AecConfig *config Pointer to the config instance that
195 WebRtc_Word32 WebRtcAec_get_config(void *aecInst, AecConfig *config);

Completed in 1263 milliseconds