Lines Matching refs:cList2
870 jint* cList2 = env->GetIntArrayElements(jList2, nullptr); in nativeTestSimpleEncode() local
871 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestSimpleEncode()
877 env->ReleaseIntArrayElements(jList2, cList2, 0); in nativeTestSimpleEncode()
895 jint* cList2 = env->GetIntArrayElements(jList2, nullptr); in nativeTestFlush() local
896 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestFlush()
902 env->ReleaseIntArrayElements(jList2, cList2, 0); in nativeTestFlush()
921 jint* cList2 = env->GetIntArrayElements(jList2, nullptr); in nativeTestReconfigure() local
922 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestReconfigure()
928 env->ReleaseIntArrayElements(jList2, cList2, 0); in nativeTestReconfigure()
946 jint* cList2 = env->GetIntArrayElements(jList2, nullptr); in nativeTestSetForceSyncFrame() local
947 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestSetForceSyncFrame()
953 env->ReleaseIntArrayElements(jList2, cList2, 0); in nativeTestSetForceSyncFrame()
971 jint* cList2 = env->GetIntArrayElements(jList2, nullptr); in nativeTestAdaptiveBitRate() local
972 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestAdaptiveBitRate()
978 env->ReleaseIntArrayElements(jList2, cList2, 0); in nativeTestAdaptiveBitRate()
995 jint* cList2 = env->GetIntArrayElements(jList2, nullptr); in nativeTestOnlyEos() local
996 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestOnlyEos()
1002 env->ReleaseIntArrayElements(jList2, cList2, 0); in nativeTestOnlyEos()