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()
143 static jint nativeLlcpSocket_doReceive(JNIEnv *e, jobject o, jbyteArray origBuffer) in nativeLlcpSocket_doReceive() argument147 ScopedByteArrayRW bytes(e, origBuffer); in nativeLlcpSocket_doReceive()