Searched refs:decodeFile (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DTransitionAlpha.java102 BitmapFactory.decodeFile(maskFilename, dbo);
124 Bitmap imageBitmap = BitmapFactory.decodeFile(maskFilename);
H A DMediaImageItem.java126 BitmapFactory.decodeFile(filename, dbo);
177 imageBitmap = BitmapFactory.decodeFile(mScaledFilename);
937 BitmapFactory.decodeFile(filename, dbo);
980 srcBitmap = BitmapFactory.decodeFile(filename, options);
984 srcBitmap = BitmapFactory.decodeFile(filename);
H A DOverlayFrame.java113 mBitmap = BitmapFactory.decodeFile(mBitmapFileName);
H A DMediaArtistNativeHelper.java1859 overlayData.set(BitmapFactory.decodeFile(filename), renderingMode);
3099 overlayData.set(BitmapFactory.decodeFile(mRenderPreviewOverlayFile),
/frameworks/base/graphics/java/android/graphics/
H A DMovie.java51 public static Movie decodeFile(String pathName) { method in class:Movie
H A DBitmapFactory.java294 public static Bitmap decodeFile(String pathName, Options opts) { method in class:BitmapFactory
323 public static Bitmap decodeFile(String pathName) { method in class:BitmapFactory
324 return decodeFile(pathName, null);
/frameworks/base/core/java/android/app/backup/
H A DWallpaperBackupHelper.java111 BitmapFactory.decodeFile(STAGE_FILE, options);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java133 Bitmap b = BitmapFactory.decodeFile(screenshotFile.getAbsolutePath());
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java121 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
132 this(new BitmapState(BitmapFactory.decodeFile(filepath)), null);
H A DDrawable.java880 Bitmap bm = BitmapFactory.decodeFile(pathName);
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java497 BitmapFactory.decodeFile(filePath, fullOptions);
515 sizedThumbBitmap.mBitmap = BitmapFactory.decodeFile(filePath, fullOptions);
H A DMediaScanner.java676 BitmapFactory.decodeFile(path, mBitmapOptions);
/frameworks/base/core/java/android/provider/
H A DMediaStore.java726 Bitmap bm = BitmapFactory.decodeFile(imagePath);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java544 Bitmap goldenBitmap = mBitmapFactory.decodeFile(goldenPath);

Completed in 354 milliseconds