Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
Djpeg.cpp90 const size_t alignedWidth, uint8_t* const alignedMemory) { in compressYUVImplPixelsSlow() argument
97 uint8_t* y0 = alignedMemory; in compressYUVImplPixelsSlow()
175 std::vector<uint8_t> alignedMemory; in compressYUVImpl() local
213 alignedMemory.resize(alignedWidth * kJpegMCUSize * 3 / 2); in compressYUVImpl()
214 result = compressYUVImplPixelsSlow(image, &cinfo, alignedWidth, alignedMemory.data()); in compressYUVImpl()