Home
last modified time | relevance | path

Searched refs:decodeFile (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DLogoUtils.java83 BitmapFactory.decodeFile(filePath, bounds); in getBitmapPartiallyResized()
95 return BitmapFactory.decodeFile(filePath, bounds); in getBitmapPartiallyResized()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DPhotoDataFactory.java97 BitmapFactory.decodeFile(filePath, opts); in decodeBitmapDimensions()
105 Bitmap b = BitmapFactory.decodeFile(filePath); in decodeBitmapDimensions()
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/
H A DEncoderTest.java156 int status = decodeFile(mInputFilePath + DECODE_FULLHD_INPUT, mDecodedFileFullHd); in prepareInput()
160 status = decodeFile(mInputFilePath + DECODE_QCIF_INPUT, mDecodedFileQcif); in prepareInput()
164 status = decodeFile(mInputFilePath + DECODE_AUDIO_INPUT, mDecodedFileAudio); in prepareInput()
168 private static int decodeFile(String inputFileName, File outputDecodeFile) throws IOException { in decodeFile() method in EncoderTest
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBitmapFactory.java511 public static Bitmap decodeFile(String pathName, Options opts) { in decodeFile() method in BitmapFactory
542 public static Bitmap decodeFile(String pathName) { in decodeFile() method in BitmapFactory
543 return decodeFile(pathName, null); in decodeFile()
H A DMovie.java79 public static Movie decodeFile(String pathName) { in decodeFile() method in Movie
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DDefaultWallpaperInfo.java149 thumb = BitmapFactory.decodeFile(defaultThumbFile.getAbsolutePath()); in getDefaultWallpaper()
183 thumb = BitmapFactory.decodeFile(defaultThumbFile.getAbsolutePath()); in getPreKKDefaultWallpaperInfo()
/aosp12/packages/apps/Camera2/src/com/android/camera/session/
H A DStackSaverImpl.java71 Bitmap bitmap = BitmapFactory.decodeFile(filePath); in saveStackedImage()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DRotationWallpaperUpdateReceiver.java97 Bitmap bitmap = BitmapFactory.decodeFile(wallpaperFile.getAbsolutePath()); in switchToStaticWallpaper()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/
H A DRegulatoryInfoDisplayActivity.java81 Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DRegulatoryInfoDisplayActivity.java71 final Bitmap regulatoryInfoBitmap = BitmapFactory.decodeFile(regulatoryInfoFile); in onCreate()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDetailsHelper.java85 Bitmap bitmap = BitmapFactory.decodeFile(path); in resolveResolution()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotLoader.java165 final Bitmap bitmap = BitmapFactory.decodeFile(bitmapFile.getPath(), options); in loadTask()
H A DTaskPersister.java490 return BitmapFactory.decodeFile(filename); in restoreImage()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DLegacyPartnerWallpaperInfo.java134 Bitmap thumbBitmap = BitmapFactory.decodeFile(thumbnail.getAbsolutePath()); in getThumbnail()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java102 Bitmap b = BitmapFactory.decodeFile(pathName); in newInstance()
241 return BitmapFactory.decodeFile(mPath, options); in loadPreviewBitmap()
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DSavedWallpaperImages.java87 Bitmap thumb = BitmapFactory.decodeFile(file.getAbsolutePath()); in loadThumbnailsAndImageIdList()
/aosp12/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java195 Bitmap result = BitmapFactory.decodeFile(file, mOptions); in decodePreview()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DDetailsDialog.java202 Bitmap bitmap = BitmapFactory.decodeFile(path);
/aosp12/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java271 mDisplayedImage = BitmapFactory.decodeFile(files[i].getAbsolutePath()); in getLocalImage()
/aosp12/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java272 mDisplayedImage = BitmapFactory.decodeFile(files[i].getAbsolutePath()); in getLocalImage()
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
H A DEditUserPhotoController.java412 return BitmapFactory.decodeFile(file.getAbsolutePath()); in loadNewUserPhotoBitmap()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DEditUserPhotoController.java450 return BitmapFactory.decodeFile(file.getAbsolutePath()); in loadNewUserPhotoBitmap()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java552 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath); in getThumbnail()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppRegistry.java314 return BitmapFactory.decodeFile(iconFile.toString());
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java519 Bitmap bitmap = BitmapFactory.decodeFile(cropFile); in extractColors()
607 BitmapFactory.decodeFile(wallpaper.wallpaperFile.getAbsolutePath(), options); in generateCrop()

12