Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.h72 unsigned int planeLen[SCALER_MAX_PLANES]; member
83 return mDevice.queueBuffer(bufferType, buf, planeLen); in queueBuffer()
DLibScalerForJpeg.cpp53 if (!mDevice.setFormat(bufferType, format, width, height, planeLen)) return false; in set()