Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp1553 static jboolean nativeTestCreateDecoderByTypeForInvalidMediaType(JNIEnv*, jobject) { in nativeTestCreateDecoderByTypeForInvalidMediaType() function
2003 (void*)nativeTestCreateDecoderByTypeForInvalidMediaType}, in registerAndroidMediaV2CtsCodecUnitTest()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java2862 assertTrue(nativeTestCreateDecoderByTypeForInvalidMediaType()); in testCreateDecoderByTypeForInvalidMediaType()
2865 private native boolean nativeTestCreateDecoderByTypeForInvalidMediaType(); in nativeTestCreateDecoderByTypeForInvalidMediaType() method in CodecUnitTest.TestApiNative