OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotationdegree
(Results
1 - 10
of
10
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java
422
int
rotationDegree
= Integer.parseInt(args[0]);
424
if ((
rotationDegree
== Surface.ROTATION_0) ||
425
(
rotationDegree
== Surface.ROTATION_90) ||
426
(
rotationDegree
== Surface.ROTATION_180) ||
427
(
rotationDegree
== Surface.ROTATION_270)) {
428
mQ.addLast(new MonkeyRotationEvent(
rotationDegree
,
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h
192
jfieldID
rotationDegree
;
VideoEditorClasses.cpp
546
VIDEOEDIT_JAVA_FIELD_INIT("
rotationDegree
", "I" )
[
all
...]
/frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h
489
M4OSA_UInt32 *
rotationDegree
);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
[
all
...]
/frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java
754
clipSettings.
rotationDegree
= mVideoRotationDegree;
MediaArtistNativeHelper.java
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c
111
M4OSA_UInt32
rotationDegree
);
[
all
...]
M4xVSS_API.c
[
all
...]
M4xVSS_internal.c
80
M4OSA_UInt32 *
rotationDegree
)
116
*
rotationDegree
= clipProps.videoRotationDegrees;
[
all
...]
Completed in 1111 milliseconds