Searched refs:tmpOut (Results 1 – 5 of 5) sorted by relevance
57 Allocation tmpOut = Allocation.createFromBitmap(rs, outputBitmap); in blur() local60 theIntrinsic.forEach(tmpOut); in blur()61 tmpOut.copyTo(outputBitmap); in blur()
80 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); in cropBitmap() local81 if (crop.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in cropBitmap()84 byte[] outByteArray = tmpOut.toByteArray(); in cropBitmap()
92 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); in setDefaultOnLock() local93 if (defaultWallpaper.compress(Bitmap.CompressFormat.PNG, 100, tmpOut)) { in setDefaultOnLock()94 byte[] outByteArray = tmpOut.toByteArray(); in setDefaultOnLock()
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()
642 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(); in setBitmapToWallpaperManagerCompat() local643 if (wallpaperBitmap.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in setBitmapToWallpaperManagerCompat()645 byte[] outByteArray = tmpOut.toByteArray(); in setBitmapToWallpaperManagerCompat()