Loading media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/VideoEditorPerformance.java +0 −13 Original line number Diff line number Diff line Loading @@ -196,7 +196,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_001 @LargeTest public void testPerformanceAddRemoveVideoItem() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading @@ -241,7 +240,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_002 @LargeTest public void testPerformanceAddRemoveImageItem() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "IMG_1600x1200.jpg"; Loading Loading @@ -280,7 +278,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_003 @LargeTest public void testPerformanceAddRemoveTransition() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -360,7 +357,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_004 @LargeTest public void testPerformanceExport() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -541,7 +537,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_005 @LargeTest public void testPerformanceThumbnailVideoItem() throws Exception { final String videoItemFileName = INPUT_FILE_PATH Loading Loading @@ -574,7 +569,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_006 @LargeTest public void testPerformanceOverlayVideoItem() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -629,7 +623,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_007 @LargeTest public void testPerformanceVideoItemProperties() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -688,7 +681,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_008 @LargeTest public void testPerformanceGeneratePreviewWithTransitions() throws Exception { Loading Loading @@ -740,7 +732,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_009 @LargeTest public void testPerformanceWithKenBurn() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading @@ -795,7 +786,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_010 @LargeTest public void testPerformanceEffectOverlappingTransition() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -864,7 +854,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_011 @LargeTest public void testPerformanceTransitionWithEffectOverlapping() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -994,7 +983,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_014 @LargeTest public void testPerformanceWithAudioTrack() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -1049,7 +1037,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_015 @LargeTest public void testPerformanceAddRemoveImageItem640x480() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/VideoEditorStressTest.java +1 −16 Original line number Diff line number Diff line Loading @@ -167,7 +167,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_001 @LargeTest public void testStressAddRemoveVideoItem() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -241,7 +240,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_002 @LargeTest public void testStressAddRemoveImageItem() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -310,7 +308,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_003 @LargeTest public void testStressAddRemoveTransition() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -428,7 +425,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_004 @LargeTest public void testStressAddRemoveOverlay() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -493,7 +489,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_005 @LargeTest public void testStressAddRemoveEffects() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -590,7 +585,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_006 @LargeTest public void testStressThumbnailVideoItem() throws Exception { final String videoItemFileName = INPUT_FILE_PATH Loading Loading @@ -651,7 +645,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_007 @LargeTest public void testStressMediaProperties() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -747,7 +740,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_008 @LargeTest public void testStressInsertMovieItems() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading @@ -759,7 +751,7 @@ public class VideoEditorStressTest "MPEG4_SP_640x480_15fps_1200kbps_AACLC_48khz_64kbps_m_1_17.3gp"; final String[] loggingInfo = new String[1]; int i = 0; writeTestCaseHeader("testStressInsertMoveItems"); writeTestCaseHeader("testStressInsertMovieItems"); final MediaVideoItem mediaItem1 = new MediaVideoItem(mVideoEditor, "m1", VideoItemFileName1, renderingMode); Loading Loading @@ -801,7 +793,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_009 @LargeTest public void testStressLoadAndSave() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -916,7 +907,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_010 @LargeTest public void testStressMultipleExport() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -1007,7 +997,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_011 @LargeTest public void testStressOverlayTransKenBurn() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -1094,7 +1083,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_012 @LargeTest public void testStressAudioTrackVideo() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -1147,7 +1135,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_013 @LargeTest public void testStressStoryBoard() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -1237,7 +1224,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_014 @LargeTest public void testStressAudioTrackOnly() throws Exception { Loading Loading @@ -1267,7 +1253,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_016 -- New Test Case @LargeTest public void testStressThumbnailImageItem() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading Loading
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/VideoEditorPerformance.java +0 −13 Original line number Diff line number Diff line Loading @@ -196,7 +196,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_001 @LargeTest public void testPerformanceAddRemoveVideoItem() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading @@ -241,7 +240,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_002 @LargeTest public void testPerformanceAddRemoveImageItem() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "IMG_1600x1200.jpg"; Loading Loading @@ -280,7 +278,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_003 @LargeTest public void testPerformanceAddRemoveTransition() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -360,7 +357,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_004 @LargeTest public void testPerformanceExport() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -541,7 +537,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_005 @LargeTest public void testPerformanceThumbnailVideoItem() throws Exception { final String videoItemFileName = INPUT_FILE_PATH Loading Loading @@ -574,7 +569,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_006 @LargeTest public void testPerformanceOverlayVideoItem() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -629,7 +623,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_007 @LargeTest public void testPerformanceVideoItemProperties() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -688,7 +681,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_008 @LargeTest public void testPerformanceGeneratePreviewWithTransitions() throws Exception { Loading Loading @@ -740,7 +732,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_009 @LargeTest public void testPerformanceWithKenBurn() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading @@ -795,7 +786,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_010 @LargeTest public void testPerformanceEffectOverlappingTransition() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -864,7 +854,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_011 @LargeTest public void testPerformanceTransitionWithEffectOverlapping() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -994,7 +983,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_014 @LargeTest public void testPerformanceWithAudioTrack() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -1049,7 +1037,6 @@ public class VideoEditorPerformance extends * * @throws Exception */ // TODO : remove PRF_015 @LargeTest public void testPerformanceAddRemoveImageItem640x480() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/VideoEditorStressTest.java +1 −16 Original line number Diff line number Diff line Loading @@ -167,7 +167,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_001 @LargeTest public void testStressAddRemoveVideoItem() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -241,7 +240,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_002 @LargeTest public void testStressAddRemoveImageItem() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -310,7 +308,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_003 @LargeTest public void testStressAddRemoveTransition() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -428,7 +425,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_004 @LargeTest public void testStressAddRemoveOverlay() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -493,7 +489,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_005 @LargeTest public void testStressAddRemoveEffects() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -590,7 +585,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_006 @LargeTest public void testStressThumbnailVideoItem() throws Exception { final String videoItemFileName = INPUT_FILE_PATH Loading Loading @@ -651,7 +645,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_007 @LargeTest public void testStressMediaProperties() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -747,7 +740,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_008 @LargeTest public void testStressInsertMovieItems() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading @@ -759,7 +751,7 @@ public class VideoEditorStressTest "MPEG4_SP_640x480_15fps_1200kbps_AACLC_48khz_64kbps_m_1_17.3gp"; final String[] loggingInfo = new String[1]; int i = 0; writeTestCaseHeader("testStressInsertMoveItems"); writeTestCaseHeader("testStressInsertMovieItems"); final MediaVideoItem mediaItem1 = new MediaVideoItem(mVideoEditor, "m1", VideoItemFileName1, renderingMode); Loading Loading @@ -801,7 +793,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_009 @LargeTest public void testStressLoadAndSave() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -916,7 +907,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_010 @LargeTest public void testStressMultipleExport() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -1007,7 +997,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_011 @LargeTest public void testStressOverlayTransKenBurn() throws Exception { final int renderingMode = MediaItem.RENDERING_MODE_BLACK_BORDER; Loading Loading @@ -1094,7 +1083,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_012 @LargeTest public void testStressAudioTrackVideo() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -1147,7 +1135,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_013 @LargeTest public void testStressStoryBoard() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -1237,7 +1224,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_014 @LargeTest public void testStressAudioTrackOnly() throws Exception { Loading Loading @@ -1267,7 +1253,6 @@ public class VideoEditorStressTest * * @throws Exception */ // TODO : remove TC_STR_016 -- New Test Case @LargeTest public void testStressThumbnailImageItem() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading