Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMuxerTest.cpp788 jstring jdstPath, jintArray joffsetIndices) { in nativeTestOffsetPts() argument
793 jsize len = env->GetArrayLength(joffsetIndices); in nativeTestOffsetPts()
794 jint* coffsetIndices = env->GetIntArrayElements(joffsetIndices, nullptr); in nativeTestOffsetPts()
832 env->ReleaseIntArrayElements(joffsetIndices, coffsetIndices, 0); in nativeTestOffsetPts()