Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp122 int jpegutil::compress(const Plane& yPlane, const Plane& cbPlane, in compress() argument
126 int imgWidth = yPlane.imgWidth(); in compress()
127 int imgHeight = yPlane.imgHeight(); in compress()
262 yRowGenerator = new Plane::RowIterator(&yPlane); in compress()
Djpegutil.h96 int compress(const Plane& yPlane, const Plane& cbPlane, const Plane& crPlane,