Home
last modified time | relevance | path

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

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