Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp31 (void*)nativeTestOnlyEos}, in registerAndroidMediaV2CtsDecoderTest()
DNativeCodecDecoderTestCommon.h27 extern jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMediaType,
DNativeCodecEncoderTest.cpp781 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jEncoder, jstring jMediaType, in nativeTestOnlyEos() function
823 (void*)nativeTestOnlyEos}, in registerAndroidMediaV2CtsEncoderTest()
DNativeCodecDecoderTestCommon.cpp648 jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMediaType, in nativeTestOnlyEos() function
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java589 private native boolean nativeTestOnlyEos(String encoder, String mediaType, String cfgParams, in nativeTestOnlyEos() method in CodecEncoderTest
606 boolean isPass = nativeTestOnlyEos(mCodecName, mMediaType, in testOnlyEosNative()
DCodecDecoderTest.java773 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()