Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp54 buffer.resize(kBlockSize); in InitDestination()
63 buffer.resize(oldsize + kBlockSize); in EmptyOutputBuffer()
65 dest->mgr.free_in_buffer = kBlockSize; in EmptyOutputBuffer()
Djpeg_compressor.h62 static const int kBlockSize = 16384; variable