Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.h66 unsigned int planeLen[SCALER_MAX_PLANES]; member
77 bool queueBuffer(tBuf buf) { return mDevice.queueBuffer(bufferType, buf, planeLen); } in queueBuffer()
DLibScalerForJpeg.cpp58 if (!mDevice.setFormat(bufferType, format, width, height, planeLen)) in set()