Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc3043 frames_capacity_(0), in Segment()
4008 if (new_size > frames_capacity_) { in QueueFrame()
4010 const int32_t new_capacity = (!frames_capacity_) ? 2 : frames_capacity_ * 2; in QueueFrame()
4025 frames_capacity_ = new_capacity; in QueueFrame()
Dmkvmuxer.h1837 int32_t frames_capacity_; variable