/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 | 150 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720, 167 MediaProperties.HEIGHT_720, 0, storyBoardDuration, 275 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720, 294 MediaProperties.HEIGHT_720, 0, storyBoardDuration, 338 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720, 351 MediaProperties.HEIGHT_720, 0, mediaImageItem.getDuration(), 396 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720, 409 MediaProperties.HEIGHT_720, 0, (mediaVideoItem.getTimelineDuration() + 509 mVideoEditor.export(outFilename, MediaProperties.HEIGHT_720, 528 MediaProperties.HEIGHT_720, 0, storyBoardDuration [all...] |
MediaPropertiesTest.java | 428 final int height = MediaProperties.HEIGHT_720; 459 final int height = MediaProperties.HEIGHT_720; 514 final int height = MediaProperties.HEIGHT_720; 565 final int height = MediaProperties.HEIGHT_720; [all...] |
VideoEditorAPITest.java | 491 assertEquals("Media Image Scaled Height", MediaProperties.HEIGHT_720, 498 mediaImageItem1.getThumbnail(960, MediaProperties.HEIGHT_720, 2000)); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
VideoEditorPerformance.java | 642 final int height = MediaProperties.HEIGHT_720; [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
VideoEditorStressTest.java | 665 final int videoHeight = MediaProperties.HEIGHT_720; [all...] |