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

  /frameworks/base/media/java/android/media/videoeditor/
MediaProperties.java 32 public static final int HEIGHT_144 = 144;
86 new Pair<Integer, Integer>(176, HEIGHT_144),
MediaImageItem.java 548 if (height == MediaProperties.HEIGHT_144)
    [all...]
VideoEditorImpl.java 358 case MediaProperties.HEIGHT_144:
    [all...]
MediaArtistNativeHelper.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorExportTest.java 670 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_144,
687 MediaProperties.HEIGHT_144, 0, storyBoardDuration,
711 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_144,
    [all...]
MediaPropertiesTest.java 275 final int height = MediaProperties.HEIGHT_144;
306 final int height = MediaProperties.HEIGHT_144;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java     [all...]

Completed in 1057 milliseconds