TurbojpegLibrary.tjDecompressHeader(mPointerToDecompressor,
lPointerTo8BitImageCompressedByteBuffer,
lCompressedImageBufferSize,
mPointerToWidth,
mPointerToHeight);
lPointerTo8BitImageCompressedByteBuffer.release();
final int lWidth = mPointerToWidth.getInt();
final int lHeight = mPointerToHeight.getInt();
allocateDecompressedBuffer(lWidth * lHeight);