HomeSort by relevance Sort by last modified time
    Searched refs:rotationDegree (Results 1 - 10 of 10) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 312 int rotationDegree = Integer.parseInt(args[0]);
314 if ((rotationDegree == Surface.ROTATION_0) ||
315 (rotationDegree == Surface.ROTATION_90) ||
316 (rotationDegree == Surface.ROTATION_180) ||
317 (rotationDegree == Surface.ROTATION_270)) {
318 mQ.addLast(new MonkeyRotationEvent(rotationDegree,
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 489 M4OSA_UInt32 *rotationDegree);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 192 jfieldID rotationDegree;
VideoEditorClasses.cpp 545 VIDEOEDIT_JAVA_FIELD_INIT("rotationDegree", "I" )
    [all...]
  /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 263 milliseconds