Home
last modified time | relevance | path

Searched refs:widthSample (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DThumbnailUtils.java103 final int widthSample = info.getSize().getWidth() / size.getWidth(); in onHeaderDecoded() local
105 final int sample = Math.max(widthSample, heightSample); in onHeaderDecoded()
/frameworks/base/core/java/android/content/
DContentResolver.java4053 final int widthSample = info.getSize().getWidth() / size.getWidth();
4055 final int sample = Math.max(widthSample, heightSample);