Home
last modified time | relevance | path

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

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