Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp868 jint* cList1 = env->GetIntArrayElements(jList1, nullptr); in nativeTestSimpleEncode() local
871 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestSimpleEncode()
876 env->ReleaseIntArrayElements(jList1, cList1, 0); in nativeTestSimpleEncode()
893 jint* cList1 = env->GetIntArrayElements(jList1, nullptr); in nativeTestFlush() local
896 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestFlush()
901 env->ReleaseIntArrayElements(jList1, cList1, 0); in nativeTestFlush()
919 jint* cList1 = env->GetIntArrayElements(jList1, nullptr); in nativeTestReconfigure() local
922 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestReconfigure()
927 env->ReleaseIntArrayElements(jList1, cList1, 0); in nativeTestReconfigure()
944 jint* cList1 = env->GetIntArrayElements(jList1, nullptr); in nativeTestSetForceSyncFrame() local
[all …]