Home
last modified time | relevance | path

Searched refs:kFileFormatCompressedFile (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/media_file/
Dmedia_file_impl.cc151 case kFileFormatCompressedFile: in PlayoutAudioData()
475 case kFileFormatCompressedFile: in StartPlayingStream()
485 _fileFormat = kFileFormatCompressedFile; in StartPlayingStream()
654 case kFileFormatCompressedFile: in IncomingAudioData()
842 case kFileFormatCompressedFile: in StartRecordingAudioStream()
854 _fileFormat = kFileFormatCompressedFile; in StartRecordingAudioStream()
Dmedia_file_utility.cc1495 case kFileFormatCompressedFile: in FileDurationMs()
/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc720 format = kFileFormatCompressedFile; in StartRecordingMicrophone()
798 format = kFileFormatCompressedFile; in StartRecordingMicrophone()
903 format = kFileFormatCompressedFile; in StartRecordingCall()
981 format = kFileFormatCompressedFile; in StartRecordingCall()
Doutput_mixer.cc314 format = kFileFormatCompressedFile; in StartRecordingPlayout()
394 format = kFileFormatCompressedFile; in StartRecordingPlayout()
Dchannel.cc2272 format = kFileFormatCompressedFile; in StartRecordingPlayout()
2349 format = kFileFormatCompressedFile; in StartRecordingPlayout()
/external/webrtc/webrtc/modules/utility/source/
Dfile_player_impl.cc21 case kFileFormatCompressedFile: in CreateFilePlayer()
/external/webrtc/webrtc/
Dcommon_types.h143 kFileFormatCompressedFile = 2, enumerator