Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_memory_aligned.h118 os_realloc_aligned(void *ptr, size_t oldsize, size_t newsize, size_t alignment) in os_realloc_aligned() argument
120 const size_t copySize = MIN2(oldsize, newsize); in os_realloc_aligned()
/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp62 size_t oldsize = buffer.size(); in EmptyOutputBuffer() local
63 buffer.resize(oldsize + kBlockSize); in EmptyOutputBuffer()
64 dest->mgr.next_output_byte = &buffer[oldsize]; in EmptyOutputBuffer()