Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/
H A Dyuv_buffer.cc134 if (frame_size > buffer_alloc_size_) { in Realloc()
141 buffer_alloc_size_ = 0; in Realloc()
145 buffer_alloc_size_ = static_cast<size_t>(frame_size); in Realloc()
H A Dyuv_buffer.h181 size_t buffer_alloc_size_ = 0; variable