Home
last modified time | relevance | path

Searched refs:nativeTestGetTrackFormatForInvalidIndex (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeExtractorUnitTest.cpp437 static jboolean nativeTestGetTrackFormatForInvalidIndex(JNIEnv* env, jobject, jstring jsrcPath) { in nativeTestGetTrackFormatForInvalidIndex() function
555 (void*)nativeTestGetTrackFormatForInvalidIndex}, in registerAndroidMediaV2CtsExtractorUnitTestApi()
/cts/tests/media/src/android/mediav2/cts/
DExtractorUnitTest.java1061 assertTrue(nativeTestGetTrackFormatForInvalidIndex(MEDIA_DIR + INPUT_MEDIA)); in testGetTrackFormatForInvalidIndex()
1063 private native boolean nativeTestGetTrackFormatForInvalidIndex(String srcPath); in nativeTestGetTrackFormatForInvalidIndex() method in ExtractorUnitTest.TestApiNative