HomeSort by relevance Sort by last modified time
    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 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/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 258 milliseconds