public void testVideoEditQCIF() throws Throwable { setParameters(176, 144, 1000000); VideoEditWrapper.runTest(this); }
public void testVideoEditQVGA() throws Throwable { setParameters(320, 240, 2000000); VideoEditWrapper.runTest(this); }
public void testVideoEdit720p() throws Throwable { setParameters(1280, 720, 6000000); VideoEditWrapper.runTest(this); }