Searched refs:nativeTestGetTrackFormatForInvalidIndex (Results 1 – 2 of 2) sorted by relevance
437 static jboolean nativeTestGetTrackFormatForInvalidIndex(JNIEnv* env, jobject, jstring jsrcPath) { in nativeTestGetTrackFormatForInvalidIndex() function555 (void*)nativeTestGetTrackFormatForInvalidIndex}, in registerAndroidMediaV2CtsExtractorUnitTestApi()
1061 assertTrue(nativeTestGetTrackFormatForInvalidIndex(MEDIA_DIR + INPUT_MEDIA)); in testGetTrackFormatForInvalidIndex()1063 private native boolean nativeTestGetTrackFormatForInvalidIndex(String srcPath); in nativeTestGetTrackFormatForInvalidIndex() method in ExtractorUnitTest.TestApiNative