Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.cpp1353 : chapters_size_(0), in Chapters()
1405 if (chapters_size_ > chapters_count_) in ExpandChaptersArray()
1408 const int size = (chapters_size_ == 0) ? 1 : 2 * chapters_size_; in ExpandChaptersArray()
1423 chapters_size_ = size; in ExpandChaptersArray()
Dmkvmuxer.hpp691 int chapters_size_; member in mkvmuxer::Chapters