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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 48 milliseconds