Home
last modified time | relevance | path

Searched defs:testExtractor (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java85 public void testExtractor() throws Exception { in testExtractor() method in NativeDecoderTest
105 private void testExtractor(String path) throws Exception { in testExtractor() method in NativeDecoderTest
113 private void testExtractor(int res) throws Exception { in testExtractor() method in NativeDecoderTest
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp79 jobject testExtractor(AMediaExtractor *ex, JNIEnv *env) { in testExtractor() function