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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1353 : chapters_size_(0),
1405 if (chapters_size_ > chapters_count_)
1408 const int size = (chapters_size_ == 0) ? 1 : 2 * chapters_size_;
1423 chapters_size_ = size;
H A Dmkvmuxer.hpp691 int chapters_size_; member in class:mkvmuxer::Chapters

Completed in 96 milliseconds