Searched refs:tmpOut (Results 1 – 2 of 2) sorted by relevance
774 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); local775 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {779 byte[] outByteArray = tmpOut.toByteArray();
225 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(); in storeCallComposerPicture()244 tmpOut.write(buffer, 0, bytesRead); in storeCallComposerPicture()246 byte[] picData = tmpOut.toByteArray(); in storeCallComposerPicture()