OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoRotation
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
MediaDecoder.java
359
* @param
videoRotation
the rotation angle that is applied to the raw decoded frame.
362
public void grabVideoFrame(FrameImage2D outputVideoFrame, int
videoRotation
) {
364
mVideoTrackDecoder.grabFrame(outputVideoFrame,
videoRotation
);
/frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java
[
all
...]
MediaVideoItem.java
194
mVideoRotationDegree = properties.
videoRotation
;
/frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h
170
jfieldID
videoRotation
;
VideoEditorClasses.cpp
495
VIDEOEDIT_JAVA_FIELD_INIT("
videoRotation
", "I")
[
all
...]
Completed in 56 milliseconds