Searched refs:mFlipBuf (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java79 private ByteBuffer mFlipBuf; field in class:RgbPlayerActivity.RgbView
131 mFlipBuf = ByteBuffer.allocate(mBytesPerImage);
195 mFlipBuf.put(mImageBytes, i * mBytesPerLine, mBytesPerLine);
197 mFlipBuf.rewind();
198 mBitmap.copyPixelsFromBuffer(mFlipBuf);
199 mFlipBuf.rewind();

Completed in 74 milliseconds