Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp665 jstring jMime, jstring jtestFile, jstring jrefFile, in nativeTestSimpleDecode() argument
668 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleDecode()
683 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleDecode()
689 static jboolean nativeTestOnlyEos(JNIEnv* env, jobject, jstring jDecoder, jstring jMime, in nativeTestOnlyEos() argument
692 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestOnlyEos()
698 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestOnlyEos()
704 jstring jMime, jstring jtestFile) { in nativeTestFlush() argument
706 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestFlush()
717 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestFlush()
723 jstring jMime, jstring jtestFile) { in nativeTestSimpleDecodeQueueCSD() argument
[all …]
DNativeCodecEncoderTest.cpp866 jstring jMime, jintArray jList0, jintArray jList1, in nativeTestSimpleEncode() argument
869 const char* cmime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleEncode()
885 env->ReleaseStringUTFChars(jMime, cmime); in nativeTestSimpleEncode()
891 jstring jMime, jintArray jList0, jintArray jList1, jintArray jList2, in nativeTestFlush() argument
894 const char* cmime = env->GetStringUTFChars(jMime, nullptr); in nativeTestFlush()
910 env->ReleaseStringUTFChars(jMime, cmime); in nativeTestFlush()
916 jstring jMime, jintArray jList0, jintArray jList1, in nativeTestReconfigure() argument
920 const char* cmime = env->GetStringUTFChars(jMime, nullptr); in nativeTestReconfigure()
936 env->ReleaseStringUTFChars(jMime, cmime); in nativeTestReconfigure()
942 jstring jsrcPath, jstring jMime, jintArray jList0, in nativeTestSetForceSyncFrame() argument
[all …]
DNativeCodecEncoderSurfaceTest.cpp600 jstring jMime, jstring jtestFile, jstring jmuxFile, in nativeTestSimpleEncode() argument
604 const char* cMime = env->GetStringUTFChars(jMime, nullptr); in nativeTestSimpleEncode()
614 env->ReleaseStringUTFChars(jMime, cMime); in nativeTestSimpleEncode()