Searched refs:chapters_ (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) {}
1322 Chapter& chapter = chapters_[--chapters_count_];
1326 delete[] chapters_;
1327 chapters_ = NULL;
1336 Chapter& chapter = chapters_[chapters_count_++];
1375 const Chapter& src = chapters_[idx];
1380 delete[] chapters_;
1382 chapters_ = chapters;
1392 const Chapter& chapter = chapters_[idx];
1408 const Chapter& chapter = chapters_[id
[all...]
H A Dmkvmuxer.hpp674 // Expands the chapters_ array if there is not enough space to contain
683 // Total length of the chapters_ array.
686 // Number of active chapters on the chapters_ array.
690 Chapter* chapters_; member in class:mkvmuxer::Chapters
1247 Chapters chapters_; member in class:mkvmuxer::Segment
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1355 chapters_(NULL) {
1360 Chapter& chapter = chapters_[--chapters_count_];
1364 delete [] chapters_;
1365 chapters_ = NULL;
1376 Chapter& chapter = chapters_[chapters_count_++];
1415 const Chapter& src = chapters_[idx];
1420 delete [] chapters_;
1422 chapters_ = chapters;
1432 const Chapter& chapter = chapters_[idx];
1449 const Chapter& chapter = chapters_[id
[all...]
H A Dmkvmuxer.hpp681 // Expands the chapters_ array if there is not enough space to contain
690 // Total length of the chapters_ array.
693 // Number of active chapters on the chapters_ array.
697 Chapter* chapters_; member in class:mkvmuxer::Chapters
1294 Chapters chapters_; member in class:mkvmuxer::Segment

Completed in 177 milliseconds