Searched refs:videoRotation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java359 * @param videoRotation the rotation angle that is applied to the raw decoded frame.
362 public void grabVideoFrame(FrameImage2D outputVideoFrame, int videoRotation) { argument
364 mVideoTrackDecoder.grabFrame(outputVideoFrame, videoRotation);
/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
H A DMediaVideoItem.java194 mVideoRotationDegree = properties.videoRotation;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h170 jfieldID videoRotation; member in struct:__anon1137
H A DVideoEditorClasses.cpp495 VIDEOEDIT_JAVA_FIELD_INIT("videoRotation", "I")
1624 pEnv->SetIntField(object, fieldIds.videoRotation, pProperties->uiRotation);

Completed in 271 milliseconds