HomeSort by relevance Sort by last modified time
    Searched refs:RowIterator (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/jni/
jpegutil.h 38 class RowIterator {
40 RowIterator(const Plane* plane);
jpegutil.cpp 47 jpegutil::Plane::RowIterator::RowIterator(const Plane* plane) : plane_(plane) {
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& yRG = *const_cast<Plane::RowIterator*>(yRowGenerator)
    [all...]

Completed in 50 milliseconds