Searched refs:mFlipBuf (Results 1 – 1 of 1) sorted by relevance
79 private ByteBuffer mFlipBuf; field in RgbPlayerActivity.RgbView131 mFlipBuf = ByteBuffer.allocate(mBytesPerImage); in RgbView()195 mFlipBuf.put(mImageBytes, i * mBytesPerLine, mBytesPerLine); in LoadImage()197 mFlipBuf.rewind(); in LoadImage()198 mBitmap.copyPixelsFromBuffer(mFlipBuf); in LoadImage()199 mFlipBuf.rewind(); in LoadImage()