Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dbit_writer_utils.c207 uint8_t* allocated_buf; in VP8LBitWriterResize() local
222 allocated_buf = (uint8_t*)WebPSafeMalloc(1ULL, allocated_size); in VP8LBitWriterResize()
223 if (allocated_buf == NULL) { in VP8LBitWriterResize()
228 memcpy(allocated_buf, bw->buf_, current_size); in VP8LBitWriterResize()
231 bw->buf_ = allocated_buf; in VP8LBitWriterResize()