Home
last modified time | relevance | path

Searched refs:nativeTestOnlyEos (Results 1 – 4 of 4) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java621 private native boolean nativeTestOnlyEos(String decoder, String mime, String testFile); in nativeTestOnlyEos() method in CodecDecoderTest
627 assertTrue(nativeTestOnlyEos(mCodecName, mMime, mInpPrefix + mTestFile)); in testOnlyEosNative()
DCodecEncoderTest.java607 private native boolean nativeTestOnlyEos(String encoder, String mime, int[] list0, int[] list1, in nativeTestOnlyEos() method in CodecEncoderTest
619 assertTrue(nativeTestOnlyEos(mCodecName, mMime, mBitrates, mEncParamList1, in testOnlyEosNative()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp689 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMime, in nativeTestOnlyEos() function
743 (void*)nativeTestOnlyEos}, in registerAndroidMediaV2CtsDecoderTest()
DNativeCodecEncoderTest.cpp991 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jEncoder, jstring jMime, in nativeTestOnlyEos() function
1031 (void*)nativeTestOnlyEos}, in registerAndroidMediaV2CtsEncoderTest()