Searched refs:cList2 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 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 [all …]
|