Searched refs:videoOnly (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_impl.h48 bool videoOnly, const FileFormats format);
73 bool videoOnly = false);
113 // provide a non-NULL codecInst. Only video will be read if videoOnly is
121 bool videoOnly = false,
136 // provide a non-NULL codecInst. Only video will be read if videoOnly is
150 bool videoOnly = true);
176 // If format is kFileFormatAviFile and videoOnly is true the AVI file will
187 bool videoOnly = false);
197 // If format is kFileFormatAviFile and videoOnly is true the AVI file will
209 const bool videoOnly
[all...]
H A Dmedia_file_impl.cc376 const bool videoOnly = false; local
377 return StartPlayingFile(fileName, notificationTimeMs, loop, videoOnly,
384 bool videoOnly,
391 return StartPlayingFile(fileName, notificationTimeMs, loop, videoOnly,
399 bool videoOnly,
455 videoOnly) == -1)
493 bool videoOnly)
604 if(_ptrFileUtilityObj->InitAviReading( filename, videoOnly, loop))
869 bool videoOnly)
875 notificationTimeMs, maxSizeBytes, videoOnly);
382 StartPlayingVideoFile(const char* fileName, const bool loop, bool videoOnly, const FileFormats format) argument
395 StartPlayingFile( const char* fileName, const uint32_t notificationTimeMs, const bool loop, bool videoOnly, const FileFormats format, const CodecInst* codecInst, const uint32_t startPointMs, const uint32_t stopPointMs) argument
484 StartPlayingStream( InStream& stream, const char* filename, bool loop, const uint32_t notificationTimeMs, const FileFormats format, const CodecInst* codecInst, const uint32_t startPointMs, const uint32_t stopPointMs, bool videoOnly) argument
864 StartRecordingVideoFile( const char* fileName, const FileFormats format, const CodecInst& codecInst, const VideoCodec& videoCodecInst, bool videoOnly) argument
878 StartRecordingFile( const char* fileName, const FileFormats format, const CodecInst& codecInst, const VideoCodec& videoCodecInst, const uint32_t notificationTimeMs, const uint32_t maxSizeBytes, bool videoOnly) argument
953 StartRecordingStream( OutStream& stream, const char* fileName, const FileFormats format, const CodecInst& codecInst, const VideoCodec& videoCodecInst, const uint32_t notificationTimeMs, bool videoOnly) argument
[all...]
H A Dmedia_file_utility.h36 // Only video will be read if videoOnly is true.
37 int32_t InitAviReading(const char* fileName, bool videoOnly, bool loop);
57 // data will be recorded if videoOnly is true.
61 const bool videoOnly);
H A Dmedia_file_utility.cc101 const bool videoOnly /*= false*/)
162 if(!videoOnly)
298 int32_t ModuleFileUtility::InitAviReading(const char* filename, bool videoOnly, argument
348 if(!videoOnly)
/external/chromium_org/third_party/webrtc/modules/media_file/interface/
H A Dmedia_file.h92 // read if videoOnly is true.
95 bool videoOnly,
167 // will be recorded if videoOnly is true.
173 bool videoOnly = false) = 0;
/external/chromium_org/third_party/webrtc/modules/utility/interface/
H A Dfile_recorder.h71 // Only video data will be recorded if videoOnly is true. amrFormat
79 bool videoOnly = false) = 0;
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dfile_recorder_impl.h77 bool videoOnly = false)
147 bool videoOnly = false);
H A Dfile_player_impl.cc445 bool videoOnly)
449 if(_fileModule.StartPlayingVideoFile(fileName, loop, videoOnly,
459 _videoOnly = videoOnly;
467 if(!videoOnly)
442 StartPlayingVideoFile( const char* fileName, bool loop, bool videoOnly) argument
H A Dfile_player_impl.h93 bool videoOnly);
H A Dfile_recorder_impl.cc355 bool videoOnly)
359 _videoOnly = videoOnly;
363 videoOnly) != 0)
368 if(!videoOnly)
350 StartRecordingVideoFile( const char* fileName, const CodecInst& audioCodecInst, const VideoCodec& videoCodecInst, ACMAMRPackingFormat amrFormat, bool videoOnly) argument

Completed in 209 milliseconds