Searched refs:origBuffer (Results 1 – 1 of 1) sorted by relevance
133 ByteBuffer origBuffer = img.proxy.getPlanes().get(0).getBuffer(); in run() local134 compressedData = ByteBuffer.allocate(origBuffer.limit()); in run()143 origBuffer.rewind(); in run()144 compressedData.put(origBuffer); in run()145 origBuffer.rewind(); in run()