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

  /frameworks/base/media/java/android/media/videoeditor/
MediaProperties.java 36 public static final int HEIGHT_720 = 720;
67 new Pair<Integer, Integer>(1080, HEIGHT_720)
74 new Pair<Integer, Integer>(960, HEIGHT_720)
94 new Pair<Integer, Integer>(1280, HEIGHT_720),
MediaImageItem.java 520 else if (height == MediaProperties.HEIGHT_720)
529 else if (height == MediaProperties.HEIGHT_720)
538 if (height == MediaProperties.HEIGHT_720)
    [all...]
MediaArtistNativeHelper.java     [all...]
VideoEditorImpl.java 366 case MediaProperties.HEIGHT_720:
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorExportTest.java 151 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
168 MediaProperties.HEIGHT_720, 0, storyBoardDuration,
277 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
296 MediaProperties.HEIGHT_720, 0, storyBoardDuration,
341 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
354 MediaProperties.HEIGHT_720, 0, mediaImageItem.getDuration(),
400 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
413 MediaProperties.HEIGHT_720, 0, (mediaVideoItem.getTimelineDuration() +
514 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720,
533 MediaProperties.HEIGHT_720, 0, storyBoardDuration
    [all...]
MediaPropertiesTest.java 438 final int height = MediaProperties.HEIGHT_720;
470 final int height = MediaProperties.HEIGHT_720;
527 final int height = MediaProperties.HEIGHT_720;
580 final int height = MediaProperties.HEIGHT_720;
    [all...]
VideoEditorAPITest.java 501 assertEquals("Media Image Scaled Height", MediaProperties.HEIGHT_720,
508 mediaImageItem1.getThumbnail(960, MediaProperties.HEIGHT_720, 2000));
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 649 final int height = MediaProperties.HEIGHT_720;
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java 672 final int videoHeight = MediaProperties.HEIGHT_720;
    [all...]

Completed in 1606 milliseconds