Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp51 bufRowCount_ = 16; in RowIterator()
63 size_t bufSize = bufRowStride_ * bufRowCount_ + 64; in RowIterator()
106 bufCurRow_ %= bufRowCount_; in operator ()()
Djpegutil.h57 int bufRowCount_; variable