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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java56 private ByteBuffer mUnrotatedBytes; field in class:CpuVideoTrackDecoder
120 if (mUnrotatedBytes == null) {
121 mUnrotatedBytes = ByteBuffer.allocateDirect(mWidth * mHeight * 4);
124 convertImage(mDecodedBuffer, mUnrotatedBytes, mColorFormat, mWidth, mHeight);
125 copyRotate(mUnrotatedBytes, outBytes, rotation);

Completed in 40 milliseconds