Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp872 jint* cList0 = env->GetIntArrayElements(jList0, nullptr); in nativeTestSimpleEncode() local
877 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestSimpleEncode()
881 env->ReleaseIntArrayElements(jList0, cList0, 0); in nativeTestSimpleEncode()
897 jint* cList0 = env->GetIntArrayElements(jList0, nullptr); in nativeTestFlush() local
902 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestFlush()
906 env->ReleaseIntArrayElements(jList0, cList0, 0); in nativeTestFlush()
923 jint* cList0 = env->GetIntArrayElements(jList0, nullptr); in nativeTestReconfigure() local
928 auto codecEncoderTest = new CodecEncoderTest(cmime, cList0, cLen0, cList1, cLen1, cList2, cLen2, in nativeTestReconfigure()
932 env->ReleaseIntArrayElements(jList0, cList0, 0); in nativeTestReconfigure()
948 jint* cList0 = env->GetIntArrayElements(jList0, nullptr); in nativeTestSetForceSyncFrame() local
[all …]