Lines Matching refs:BitmapParams
615 long timeUs, @Option int option, @NonNull BitmapParams params) { in getFrameAtTime()
703 @NonNull BitmapParams params) { in getScaledFrameAtTime()
772 long timeUs, int option, int width, int height, @Nullable BitmapParams params); in _getFrameAtTime()
774 public static final class BitmapParams { class in MediaMetadataRetriever
782 public BitmapParams() {} in BitmapParams() method in MediaMetadataRetriever.BitmapParams
842 public @Nullable Bitmap getFrameAtIndex(int frameIndex, @NonNull BitmapParams params) { in getFrameAtIndex()
899 int frameIndex, int numFrames, @NonNull BitmapParams params) { in getFramesAtIndex()
929 int frameIndex, int numFrames, @Nullable BitmapParams params) { in getFramesAtIndexInternal()
945 int frameIndex, int numFrames, @Nullable BitmapParams params); in _getFrameAtIndex()
967 public @Nullable Bitmap getImageAtIndex(int imageIndex, @NonNull BitmapParams params) { in getImageAtIndex()
988 int imageIndex, @NonNull BitmapParams params, int targetSize, int maxPixels); in getThumbnailImageAtIndex()
1027 public @Nullable Bitmap getPrimaryImage(@NonNull BitmapParams params) { in getPrimaryImage()
1047 private Bitmap getImageAtIndexInternal(int imageIndex, @Nullable BitmapParams params) { in getImageAtIndexInternal()
1060 private native Bitmap _getImageAtIndex(int imageIndex, @Nullable BitmapParams params); in _getImageAtIndex()