Home
last modified time | relevance | path

Searched refs:heightSample (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java104 final int heightSample = info.getSize().getHeight() / size.getHeight(); in onHeaderDecoded() local
105 final int sample = Math.max(widthSample, heightSample); in onHeaderDecoded()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/
H A DPermissionActivity.java847 final int heightSample = info.getSize().getHeight() / maxSize; in onHeaderDecoded() local
848 final int sample = Math.max(widthSample, heightSample); in onHeaderDecoded()
/aosp12/frameworks/base/core/java/android/content/
H A DContentResolver.java4115 final int heightSample = info.getSize().getHeight() / size.getHeight();
4116 final int sample = Math.max(widthSample, heightSample);