Home
last modified time | relevance | path

Searched refs:kFileFormatPcm32kHzFile (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Dfile_player_impl.cc25 case kFileFormatPcm32kHzFile: in CreateFilePlayer()
214 _fileFormat == kFileFormatPcm32kHzFile ) in StartPlayingFile()
233 }else if(_fileFormat == kFileFormatPcm32kHzFile) in StartPlayingFile()
294 _fileFormat == kFileFormatPcm32kHzFile || in StartPlayingFile()
314 }else if (_fileFormat == kFileFormatPcm32kHzFile) in StartPlayingFile()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_conference_test.cc55 const webrtc::FileFormats kInputFormat = webrtc::kFileFormatPcm32kHzFile; in TEST()
132 const webrtc::FileFormats kInputFormat = webrtc::kFileFormatPcm32kHzFile; in TEST()
Dvoe_output_test.cc112 const webrtc::FileFormats kInputFormat = webrtc::kFileFormatPcm32kHzFile; in Start()
/external/webrtc/webrtc/modules/media_file/
Dmedia_file_impl.cc143 case kFileFormatPcm32kHzFile: in PlayoutAudioData()
490 case kFileFormatPcm32kHzFile: in StartPlayingStream()
642 case kFileFormatPcm32kHzFile: in IncomingAudioData()
1084 format == kFileFormatPcm32kHzFile) in ValidFileFormat()
/external/webrtc/webrtc/
Dcommon_types.h147 kFileFormatPcm32kHzFile = 9 enumerator