Home
last modified time | relevance | path

Searched refs:chapters_ (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()
2090 Chapter& chapter = chapters_[--chapters_count_]; in ~Chapters()
2094 delete[] chapters_; in ~Chapters()
2095 chapters_ = NULL; in ~Chapters()
2104 Chapter& chapter = chapters_[chapters_count_++]; in AddChapter()
2143 const Chapter& src = chapters_[idx]; in ExpandChaptersArray()
2148 delete[] chapters_; in ExpandChaptersArray()
2150 chapters_ = chapters; in ExpandChaptersArray()
2160 const Chapter& chapter = chapters_[idx]; in WriteEdition()
2177 const Chapter& chapter = chapters_[idx]; in WriteEdition()
[all …]
Dmkvmuxer.h1082 Chapter* chapters_; variable
1781 Chapters chapters_; variable