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

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1318 Chapters::Chapters() : chapters_size_(0), chapters_count_(0), chapters_(NULL) {}
1365 if (chapters_size_ > chapters_count_)
1368 const int size = (chapters_size_ == 0) ? 1 : 2 * chapters_size_;
1383 chapters_size_ = size;
H A Dmkvmuxer.hpp684 int chapters_size_; member in class:mkvmuxer::Chapters
/external/libvpx/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 111 milliseconds