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

/packages/apps/Camera2/jni/
H A Djpegutil.h59 int bufCurRow_; member in class:jpegutil::Plane::RowIterator
H A Djpegutil.cpp76 bufCurRow_ = 0;
80 unsigned char* bufCurRowPtr = alignedBuffer_ + bufRowStride_ * bufCurRow_;
104 bufCurRow_++;
106 bufCurRow_ %= bufRowCount_;

Completed in 76 milliseconds