Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2086 Chapters::Chapters() : chapters_size_(0), chapters_count_(0), chapters_(NULL) {} in Chapters()
2089 while (chapters_count_ > 0) { in ~Chapters()
2090 Chapter& chapter = chapters_[--chapters_count_]; in ~Chapters()
2098 int Chapters::Count() const { return chapters_count_; } in Count()
2104 Chapter& chapter = chapters_[chapters_count_++]; in AddChapter()
2133 if (chapters_size_ > chapters_count_) in ExpandChaptersArray()
2142 for (int idx = 0; idx < chapters_count_; ++idx) { in ExpandChaptersArray()
2159 for (int idx = 0; idx < chapters_count_; ++idx) { in WriteEdition()
2176 for (int idx = 0; idx < chapters_count_; ++idx) { in WriteEdition()
Dmkvmuxer.h1079 int chapters_count_; variable