Searched refs:Image_getFormat (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/jni/ |
D | android_media_ImageWriter.cpp | 665 static jint Image_getFormat(JNIEnv* env, jobject thiz) { in Image_getFormat() function 735 int format = Image_getFormat(env, thiz); in Image_createSurfacePlanes() 801 {"nativeGetFormat", "()I", (void*)Image_getFormat },
|
D | android_media_ImageReader.cpp | 739 static jint Image_getFormat(JNIEnv* env, jobject thiz, jint readerFormat) in Image_getFormat() function 783 {"nativeGetFormat", "(I)I", (void*)Image_getFormat },
|