OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxResolution
(Results
1 - 3
of
3
) sorted by null
/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 41 milliseconds