HomeSort by relevance Sort by last modified time
    Searched full:_fileformat (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.cc 42 _fileFormat(fileFormat),
212 if (_fileFormat == kFileFormatPcm16kHzFile ||
213 _fileFormat == kFileFormatPcm8kHzFile||
214 _fileFormat == kFileFormatPcm32kHzFile )
221 if (_fileFormat == kFileFormatPcm8kHzFile)
227 } else if(_fileFormat == kFileFormatPcm16kHzFile)
233 }else if(_fileFormat == kFileFormatPcm32kHzFile)
246 _fileFormat, &codecInstL16,
255 }else if(_fileFormat == kFileFormatPreencodedFile)
258 _fileFormat, codecInst) == -1
    [all...]
file_recorder_impl.cc 32 _fileFormat(fileFormat),
48 return _fileFormat;
72 retVal =_moduleFile->StartRecordingAudioFile(fileName, _fileFormat,
101 _fileFormat,
194 if (_fileFormat == kFileFormatPreencodedFile ||
233 if (_fileFormat == kFileFormatPreencodedFile ||
file_player_impl.h 63 const FileFormats _fileFormat;
file_recorder_impl.h 83 FileFormats _fileFormat;
  /external/webrtc/webrtc/modules/media_file/
media_file_impl.cc 39 _fileFormat((FileFormats)-1),
141 switch(_fileFormat)
177 "Invalid file format: %d", _fileFormat);
279 switch(_fileFormat)
472 _fileFormat = kFileFormatWavFile;
485 _fileFormat = kFileFormatCompressedFile;
506 _fileFormat = format;
523 _fileFormat = kFileFormatPreencodedFile;
543 if(_isStereo && (_fileFormat != kFileFormatWavFile))
638 switch(_fileFormat)
    [all...]
media_file_impl.h 132 FileFormats _fileFormat;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pla.h 39 typedef enum _FileFormat {

Completed in 569 milliseconds