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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h170 jfieldID videoRotation; member in struct:__anon11
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1711 public int videoRotation; field in class:MediaArtistNativeHelper.Properties
3769 int videoRotation) {
3776 }, videoRotation);
3792 * @param videoRotation The rotation degree need to be done for the bitmap
3799 final int videoRotation) {
3815 (decWidth != width || decHeight != height || videoRotation != 0);
3821 final boolean needToSwapWH = (videoRotation == 90 || videoRotation == 270);
3854 m.postRotate(videoRotation, 0.5f, 0.5f);
3768 getPixels(String filename, int width, int height, long timeMs, int videoRotation) argument
3796 getPixelsList(String filename, final int width, final int height, long startMs, long endMs, int thumbnailCount, int[] indices, final MediaItem.GetThumbnailListCallback callback, final int videoRotation) argument

Completed in 176 milliseconds