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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp274 const int32 new_capacity = local
277 if (new_capacity < 1)
281 new (std::nothrow) CuePoint*[new_capacity]; // NOLINT
292 cue_entries_capacity_ = new_capacity;
2900 const int32 new_capacity = local
2903 new (std::nothrow) Cluster*[new_capacity]; // NOLINT
2914 cluster_list_capacity_ = new_capacity;
3091 const int32 new_capacity = (!frames_capacity_) ? 2 : frames_capacity_ * 2; local
3093 if (new_capacity < 1)
3096 Frame** const frames = new (std::nothrow) Frame*[new_capacity]; // NOLIN
[all...]

Completed in 60 milliseconds