Searched refs:Image_getFormat (Results 1 - 2 of 2) sorted by path

/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp776 static jint Image_getFormat(JNIEnv* env, jobject thiz, jint readerFormat) function
821 {"nativeGetFormat", "(I)I", (void*)Image_getFormat },
H A Dandroid_media_ImageWriter.cpp664 static jint Image_getFormat(JNIEnv* env, jobject thiz) { function
734 int format = Image_getFormat(env, thiz);
800 {"nativeGetFormat", "()I", (void*)Image_getFormat },

Completed in 505 milliseconds