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

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1413 Chapters::Chapters() : chapters_size_(0), chapters_count_(0), chapters_(NULL) {}
1460 if (chapters_size_ > chapters_count_)
1463 const int size = (chapters_size_ == 0) ? 1 : 2 * chapters_size_;
1478 chapters_size_ = size;
H A Dmkvmuxer.hpp729 int chapters_size_; member in class:mkvmuxer::Chapters

Completed in 51 milliseconds