Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dyuv_buffer.cc137 buffer_alloc_.reset(new (std::nothrow) in Realloc()
139 if (buffer_alloc_ == nullptr) { in Realloc()
147 y_buffer = buffer_alloc_.get(); in Realloc()
Dyuv_buffer.h174 std::unique_ptr<uint8_t[]> buffer_alloc_; variable