Home
last modified time | relevance | path

Searched refs:jMime (Results 1 – 3 of 3) sorted by relevance

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp636 jstring jMime, jstring jtestFile, jstring jrefFile, in nativeTestSimpleDecode() argument
639 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleDecode()
652 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleDecode()
658 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMime, in nativeTestOnlyEos() argument
661 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestOnlyEos()
667 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestOnlyEos()
673 jstring jMime, jstring jtestFile) { in nativeTestFlush() argument
675 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestFlush()
686 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestFlush()
692 jstring jMime, jstring jtestFile) { in nativeTestSimpleDecodeQueueCSD() argument
[all …]
DNativeCodecEncoderTest.cpp860 jstring jMime, jintArray jList0, jintArray jList1, in nativeTestSimpleEncode() argument
863 const char* cmime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleEncode()
879 env->ReleaseStringUTFChars(jMime, cmime); in nativeTestSimpleEncode()
885 jstring jMime, jintArray jList0, jintArray jList1, jintArray jList2, in nativeTestFlush() argument
888 const char* cmime = env->GetStringUTFChars(jMime, nullptr); in nativeTestFlush()
904 env->ReleaseStringUTFChars(jMime, cmime); in nativeTestFlush()
910 jstring jMime, jintArray jList0, jintArray jList1, in nativeTestReconfigure() argument
914 const char* cmime = env->GetStringUTFChars(jMime, nullptr); in nativeTestReconfigure()
930 env->ReleaseStringUTFChars(jMime, cmime); in nativeTestReconfigure()
936 jstring jsrcPath, jstring jMime, jintArray jList0, in nativeTestSetForceSyncFrame() argument
[all …]
DNativeCodecEncoderSurfaceTest.cpp557 jstring jMime, jstring jtestFile, jstring jmuxFile, in nativeTestSimpleEncode() argument
561 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleEncode()
571 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleEncode()