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

  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.h 72 virtual int StartDebugRecording(const char filename[kMaxFilenameSize]);
audio_processing_impl.cc 479 int AudioProcessingImpl::StartDebugRecording(
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_options.cc 87 if (audio_processing->StartDebugRecording(file_name.c_str()))
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 195 virtual int StartDebugRecording(const char filename[kMaxFilenameSize]) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvoiceengine.h     [all...]
webrtcvoiceengine.cc     [all...]
fakewebrtcvideoengine.h 761 WEBRTC_STUB(StartDebugRecording, (int, const char*));
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc     [all...]
process_test.cc 369 ASSERT_EQ(apm->kNoError, apm->StartDebugRecording(argv[i]));
    [all...]

Completed in 241 milliseconds