Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2061 cluster_list_capacity_(0), in Segment()
2898 if (new_size > cluster_list_capacity_) { in MakeNewCluster()
2901 (cluster_list_capacity_ <= 0) ? 1 : cluster_list_capacity_ * 2; in MakeNewCluster()
2914 cluster_list_capacity_ = new_capacity; in MakeNewCluster()
Dmkvmuxer.hpp1328 int32 cluster_list_capacity_; member in mkvmuxer::Segment