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

  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc 919 int VoEAudioProcessingImpl::StartDebugRecording(const char* fileNameUTF8) {
921 "StartDebugRecording()");
927 return _shared->audio_processing()->StartDebugRecording(fileNameUTF8);
930 int VoEAudioProcessingImpl::StartDebugRecording(FILE* file_handle) {
932 "StartDebugRecording()");
938 return _shared->audio_processing()->StartDebugRecording(file_handle);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc     [all...]

Completed in 1039 milliseconds