Searched refs:cluster_list_capacity_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1950 cluster_list_capacity_(0),
2738 if (new_size > cluster_list_capacity_) {
2741 (cluster_list_capacity_ <= 0) ? 1 : cluster_list_capacity_ * 2;
2754 cluster_list_capacity_ = new_capacity;
H A Dmkvmuxer.hpp1281 int32 cluster_list_capacity_; member in class:mkvmuxer::Segment
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2061 cluster_list_capacity_(0),
2898 if (new_size > cluster_list_capacity_) {
2901 (cluster_list_capacity_ <= 0) ? 1 : cluster_list_capacity_ * 2;
2914 cluster_list_capacity_ = new_capacity;
H A Dmkvmuxer.hpp1328 int32 cluster_list_capacity_; member in class:mkvmuxer::Segment

Completed in 955 milliseconds