Searched refs:tmpOut (Results 1 – 3 of 3) sorted by relevance
381 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); in cropBitmap() local382 if (crop.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in cropBitmap()386 byte[] outByteArray = tmpOut.toByteArray(); in cropBitmap()
557 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); in doInBackground() local558 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in doInBackground()569 mOutStream.write(tmpOut.toByteArray()); in doInBackground()587 mWPManager.setStream(new ByteArrayInputStream(tmpOut in doInBackground()
400 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); in getDefaultWallpaperCropTask() local402 tmpOut)) { in getDefaultWallpaperCropTask()403 byte[] outByteArray = tmpOut.toByteArray(); in getDefaultWallpaperCropTask()