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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc 54 _fileFormat(fileFormat),
225 if (_fileFormat == kFileFormatPcm16kHzFile ||
226 _fileFormat == kFileFormatPcm8kHzFile||
227 _fileFormat == kFileFormatPcm32kHzFile )
234 if (_fileFormat == kFileFormatPcm8kHzFile)
240 } else if(_fileFormat == kFileFormatPcm16kHzFile)
246 }else if(_fileFormat == kFileFormatPcm32kHzFile)
259 _fileFormat, &codecInstL16,
268 }else if(_fileFormat == kFileFormatPreencodedFile)
271 _fileFormat, codecInst) == -1
    [all...]
file_recorder_impl.cc 57 _fileFormat(fileFormat),
74 return _fileFormat;
101 if(_fileFormat != kFileFormatAviFile)
105 retVal =_moduleFile->StartRecordingAudioFile(fileName, _fileFormat,
138 _fileFormat,
231 if (_fileFormat == kFileFormatPreencodedFile ||
287 if (_fileFormat == kFileFormatPreencodedFile ||
361 if(_moduleFile->StartRecordingVideoFile(fileName, _fileFormat,
file_player_impl.h 66 const FileFormats _fileFormat;
file_recorder_impl.h 96 FileFormats _fileFormat;
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.cc 38 _fileFormat((FileFormats)-1),
159 switch(_fileFormat)
313 switch(_fileFormat)
547 _fileFormat = kFileFormatWavFile;
560 _fileFormat = kFileFormatCompressedFile;
581 _fileFormat = format;
598 _fileFormat = kFileFormatPreencodedFile;
615 _fileFormat = kFileFormatAviFile;
634 if(_isStereo && (_fileFormat != kFileFormatWavFile))
744 switch(_fileFormat)
    [all...]
media_file_impl.h 226 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 2796 milliseconds