Searched refs:chunking (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp1153 // writer is not seekable of if chunking is set to true.
1193 // Sets if the muxer will output files in chunks or not. |chunking| is a
1194 // flag telling whether or not to turn on chunking. |filename| is the base
1202 bool SetChunking(bool chunking, const char* filename);
1204 bool chunking() const { return chunking_; } function in class:mkvmuxer::Segment
1231 // Returns the maximum offset within the segment's payload. When chunking
1314 // Flag telling whether or not the muxer is chunking output to multiple
H A Dmkvmuxer.cpp2663 bool Segment::SetChunking(bool chunking, const char* filename) { argument
2667 if (chunking) {
2737 chunking_ = chunking;

Completed in 55 milliseconds