Searched refs:nativeTestOnlyEos (Results 1 – 4 of 4) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 621 private native boolean nativeTestOnlyEos(String decoder, String mime, String testFile); in nativeTestOnlyEos() method in CodecDecoderTest 627 assertTrue(nativeTestOnlyEos(mCodecName, mMime, mInpPrefix + mTestFile)); in testOnlyEosNative()
|
D | CodecEncoderTest.java | 607 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/ |
D | NativeCodecDecoderTest.cpp | 689 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMime, in nativeTestOnlyEos() function 743 (void*)nativeTestOnlyEos}, in registerAndroidMediaV2CtsDecoderTest()
|
D | NativeCodecEncoderTest.cpp | 991 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jEncoder, jstring jMime, in nativeTestOnlyEos() function 1031 (void*)nativeTestOnlyEos}, in registerAndroidMediaV2CtsEncoderTest()
|