Loading media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/EncoderTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ public class EncoderTest { } @Test(timeout = PER_TEST_TIMEOUT_MS) public void sampleEncoderTest() throws Exception { public void testEncoder() throws Exception { int status; int frameSize; //Parameters for video Loading media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/ExtractorTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ public class ExtractorTest { } @Test public void sampleExtractTest() throws IOException { public void testExtractor() throws IOException { File inputFile = new File(mInputFilePath + mInputFileName); assertTrue("Cannot find " + mInputFileName + " in directory " + mInputFilePath, inputFile.exists()); Loading @@ -107,7 +107,7 @@ public class ExtractorTest { } @Test public void sampleExtractNativeTest() throws IOException { public void testNativeExtractor() throws IOException { Native nativeExtractor = new Native(); File inputFile = new File(mInputFilePath + mInputFileName); assertTrue("Cannot find " + mInputFileName + " in directory " + mInputFilePath, Loading media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/MuxerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public class MuxerTest { } @Test public void sampleMuxerTest() throws IOException { public void testMuxer() throws IOException { File inputFile = new File(mInputFilePath + mInputFileName); assertTrue("Cannot find " + mInputFileName + " in directory " + mInputFilePath, inputFile.exists()); Loading Loading @@ -159,7 +159,7 @@ public class MuxerTest { } @Test public void sampleMuxerNativeTest() { public void testNativeMuxer() { Native nativeMuxer = new Native(); File inputFile = new File(mInputFilePath + mInputFileName); assertTrue("Cannot find " + mInputFileName + " in directory " + mInputFilePath, Loading Loading
media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/EncoderTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ public class EncoderTest { } @Test(timeout = PER_TEST_TIMEOUT_MS) public void sampleEncoderTest() throws Exception { public void testEncoder() throws Exception { int status; int frameSize; //Parameters for video Loading
media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/ExtractorTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ public class ExtractorTest { } @Test public void sampleExtractTest() throws IOException { public void testExtractor() throws IOException { File inputFile = new File(mInputFilePath + mInputFileName); assertTrue("Cannot find " + mInputFileName + " in directory " + mInputFilePath, inputFile.exists()); Loading @@ -107,7 +107,7 @@ public class ExtractorTest { } @Test public void sampleExtractNativeTest() throws IOException { public void testNativeExtractor() throws IOException { Native nativeExtractor = new Native(); File inputFile = new File(mInputFilePath + mInputFileName); assertTrue("Cannot find " + mInputFileName + " in directory " + mInputFilePath, Loading
media/tests/benchmark/MediaBenchmarkTest/src/androidTest/java/com/android/media/benchmark/tests/MuxerTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ public class MuxerTest { } @Test public void sampleMuxerTest() throws IOException { public void testMuxer() throws IOException { File inputFile = new File(mInputFilePath + mInputFileName); assertTrue("Cannot find " + mInputFileName + " in directory " + mInputFilePath, inputFile.exists()); Loading Loading @@ -159,7 +159,7 @@ public class MuxerTest { } @Test public void sampleMuxerNativeTest() { public void testNativeMuxer() { Native nativeMuxer = new Native(); File inputFile = new File(mInputFilePath + mInputFileName); assertTrue("Cannot find " + mInputFileName + " in directory " + mInputFilePath, Loading