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

/packages/apps/Camera2/jni/
H A Djpegutil.h61 int bufRowStride_; member in class:jpegutil::Plane::RowIterator
H A Djpegutil.cpp57 bufRowStride_ = plane_->planeWidth_ + rowPadding_;
60 bufRowStride_ = (bufRowStride_ + 63) & ~63;
63 size_t bufSize = bufRowStride_ * bufRowCount_ + 64;
80 unsigned char* bufCurRowPtr = alignedBuffer_ + bufRowStride_ * bufCurRow_;

Completed in 11 milliseconds