Searched refs:cList0 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 866 jint* cList0 = env->GetIntArrayElements(jList0, nullptr); in nativeTestSimpleEncode() local 871 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestSimpleEncode() 875 env->ReleaseIntArrayElements(jList0, cList0, 0); in nativeTestSimpleEncode() 891 jint* cList0 = env->GetIntArrayElements(jList0, nullptr); in nativeTestFlush() local 896 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestFlush() 900 env->ReleaseIntArrayElements(jList0, cList0, 0); in nativeTestFlush() 917 jint* cList0 = env->GetIntArrayElements(jList0, nullptr); in nativeTestReconfigure() local 922 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestReconfigure() 926 env->ReleaseIntArrayElements(jList0, cList0, 0); in nativeTestReconfigure() 942 jint* cList0 = env->GetIntArrayElements(jList0, nullptr); in nativeTestSetForceSyncFrame() local [all …]
|