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