Searched refs:RowIterator (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/jni/
H A Djpegutil.cpp47 jpegutil::Plane::RowIterator::RowIterator(const Plane* plane) : plane_(plane) { function in class:jpegutil::Plane::RowIterator
79 unsigned char* jpegutil::Plane::RowIterator::operator()(int y) {
142 Plane::RowIterator* volatile yRowGenerator = nullptr;
143 Plane::RowIterator* volatile cbRowGenerator = nullptr;
144 Plane::RowIterator* volatile crRowGenerator = nullptr;
262 yRowGenerator = new Plane::RowIterator(&yPlane);
263 cbRowGenerator = new Plane::RowIterator(&cbPlane);
264 crRowGenerator = new Plane::RowIterator(&crPlane);
266 Plane::RowIterator
[all...]
H A Djpegutil.h38 class RowIterator { class in class:jpegutil::Plane
40 RowIterator(const Plane* plane);

Completed in 41 milliseconds