OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotationDegree
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c
[
all
...]
/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/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h
192
jfieldID
rotationDegree
;
/frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java
[
all
...]
Completed in 226 milliseconds