Searched refs:tmpOut (Results 1 – 2 of 2) sorted by relevance
777 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); local778 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {782 byte[] outByteArray = tmpOut.toByteArray();
823 OutputStream tmpOut = null;829 tmpOut = socket.getOutputStream();833 mmOutStream = tmpOut;