Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp560 RowIterator<16> yIter(yP, yTrans, y_row_length); in compress() local
564 return compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf, outBufCapacity, flush, in compress()
/frameworks/ex/camera2/extensions/jni/
DJpegEncoder.cpp558 RowIterator<16> yIter(yP, yTrans, y_row_length); in compress() local
562 return compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf, outBufCapacity, flush, in compress()