Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp80 unsigned char* bufCurRowPtr = alignedBuffer_ + bufRowStride_ * bufCurRow_; in operator ()() local
83 unsigned char* dstPtr = bufCurRowPtr; in operator ()()
101 memset(&bufCurRowPtr[plane_->planeWidth_], in operator ()()
102 bufCurRowPtr[plane_->planeWidth_ - 1], rowPadding_); in operator ()()
108 return bufCurRowPtr; in operator ()()