HomeSort by relevance Sort by last modified time
    Searched refs:maxResolution (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaFeatureNames.h 54 macro(maxResolution, "max-resolution") \
  /frameworks/base/media/java/android/media/videoeditor/
OverlayFrame.java 209 final Pair<Integer, Integer> maxResolution;
214 maxResolution = resolutions[resolutions.length - 1];
218 maxResolution.second /* max Height */ ,
219 maxResolution.first /* max Width */);
MediaImageItem.java 153 final Pair<Integer, Integer> maxResolution = resolutions[resolutions.length - 1];
157 if (mWidth > maxResolution.first || mHeight > maxResolution.second) {
161 imageBitmap = scaleImage(filename, maxResolution.first,
162 maxResolution.second);
    [all...]
MediaArtistNativeHelper.java     [all...]

Completed in 32 milliseconds