Searched defs:findVideoResolution (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java2053 effectSettings.framingScaledSize = findVideoResolution(aspectRatio, mediaItemHeight);
2325 editSettings.videoFrameSize = findVideoResolution(mVideoEditor.getAspectRatio(),
2337 editSettings.videoFrameSize = findVideoResolution(mVideoEditor.getAspectRatio(),
2401 e.videoFrameSize = findVideoResolution(mVideoEditor.getAspectRatio(),
2442 videoSize = findVideoResolution(mVideoEditor.getAspectRatio(), clip1Height);
2444 videoSize = findVideoResolution(mVideoEditor.getAspectRatio(), clip2Height);
2452 videoSize = findVideoResolution(mVideoEditor.getAspectRatio(), clip2Height);
2459 videoSize = findVideoResolution(mVideoEditor.getAspectRatio(), clip1Height);
2978 mPreviewEditSettings.videoFrameSize = findVideoResolution(mVideoEditor
3529 private int findVideoResolution(in method in class:MediaArtistNativeHelper
[all...]

Completed in 22 milliseconds