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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1354 chapters_count_(0),
1359 while (chapters_count_ > 0) {
1360 Chapter& chapter = chapters_[--chapters_count_];
1369 return chapters_count_;
1376 Chapter& chapter = chapters_[chapters_count_++];
1405 if (chapters_size_ > chapters_count_)
1414 for (int idx = 0; idx < chapters_count_; ++idx) {
1431 for (int idx = 0; idx < chapters_count_; ++idx) {
1448 for (int idx = 0; idx < chapters_count_; ++idx) {
H A Dmkvmuxer.hpp694 int chapters_count_; member in class:mkvmuxer::Chapters

Completed in 272 milliseconds