Searched refs:origBuffer (Results 1 – 2 of 2) sorted by relevance
132 ByteBuffer origBuffer = img.proxy.getPlanes().get(0).getBuffer(); in run() local133 compressedData = ByteBuffer.allocate(origBuffer.limit()); in run()142 origBuffer.rewind(); in run()143 compressedData.put(origBuffer); in run()144 origBuffer.rewind(); in run()
145 jbyteArray origBuffer) { in nativeLlcpSocket_doReceive() argument148 ScopedByteArrayRW bytes(e, origBuffer); in nativeLlcpSocket_doReceive()