Searched refs:mPixelBytes (Results 1 – 1 of 1) sorted by relevance
693 const uint8_t* mPixelBytes; member in DirectStripSource707 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride), in DirectStripSource()728 if (stream.write(mPixelBytes, mOffset, fullSize) != OK || mEnv->ExceptionCheck()) { in writeToStream()738 if (stream.write(mPixelBytes, mOffset + i * mRowStride, mPixStride * mWidth) != OK || in writeToStream()