Searched refs:nativeTestOnlyEos (Results 1 – 6 of 6) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 31 (void*)nativeTestOnlyEos}, in registerAndroidMediaV2CtsDecoderTest()
|
D | NativeCodecDecoderTestCommon.h | 27 extern jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMediaType,
|
D | NativeCodecEncoderTest.cpp | 781 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jEncoder, jstring jMediaType, in nativeTestOnlyEos() function 823 (void*)nativeTestOnlyEos}, in registerAndroidMediaV2CtsEncoderTest()
|
D | NativeCodecDecoderTestCommon.cpp | 648 jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMediaType, in nativeTestOnlyEos() function
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 589 private native boolean nativeTestOnlyEos(String encoder, String mediaType, String cfgParams, in nativeTestOnlyEos() method in CodecEncoderTest 606 boolean isPass = nativeTestOnlyEos(mCodecName, mMediaType, in testOnlyEosNative()
|
D | CodecDecoderTest.java | 773 private native boolean nativeTestOnlyEos(String decoder, String mediaType, String testFile, in nativeTestOnlyEos() method in CodecDecoderTest 789 boolean isPass = nativeTestOnlyEos(mCodecName, mMediaType, mTestFile, colorFormat, in testOnlyEosNative()
|