HomeSort by relevance Sort by last modified time
    Searched refs:kMaxFilenameSize (Results 1 - 3 of 3) 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 480 const char filename[AudioProcessing::kMaxFilenameSize]) {
482 assert(kMaxFilenameSize == FileWrapper::kMaxFileNameSize);
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 194 static const size_t kMaxFilenameSize = 1024;
195 virtual int StartDebugRecording(const char filename[kMaxFilenameSize]) = 0;

Completed in 92 milliseconds