Home
last modified time | relevance | path

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

/cts/tests/tests/media/common/jni/
Dcodec-utils-jni.cpp111 jmethodID methodFormat; member
151 gFields.methodFormat = env->GetMethodID(imageClazz, "getFormat", "()I"); in initializeGlobalFields()
191 img->format = env->CallIntMethod(image, gFields.methodFormat); in getNativeImage()