Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3037 cluster_list_capacity_(0), in Segment()
3805 if (new_size > cluster_list_capacity_) { in MakeNewCluster()
3808 (cluster_list_capacity_ <= 0) ? 1 : cluster_list_capacity_ * 2; in MakeNewCluster()
3821 cluster_list_capacity_ = new_capacity; in MakeNewCluster()
Dmkvmuxer.h1816 int32_t cluster_list_capacity_; variable