Searched refs:cList1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 874 jint* cList1 = env->GetIntArrayElements(jList1, nullptr); in nativeTestSimpleEncode() local 877 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestSimpleEncode() 882 env->ReleaseIntArrayElements(jList1, cList1, 0); in nativeTestSimpleEncode() 899 jint* cList1 = env->GetIntArrayElements(jList1, nullptr); in nativeTestFlush() local 902 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestFlush() 907 env->ReleaseIntArrayElements(jList1, cList1, 0); in nativeTestFlush() 925 jint* cList1 = env->GetIntArrayElements(jList1, nullptr); in nativeTestReconfigure() local 928 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestReconfigure() 933 env->ReleaseIntArrayElements(jList1, cList1, 0); in nativeTestReconfigure() 950 jint* cList1 = env->GetIntArrayElements(jList1, nullptr); in nativeTestSetForceSyncFrame() local [all …]
|