Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_TextureView.cpp47 jfieldID surfaceFormat; member
160 SET_INT(canvas, gCanvasClassInfo.surfaceFormat, buffer.format); in android_view_TextureView_lockCanvas()
230 GET_FIELD_ID(gCanvasClassInfo.surfaceFormat, clazz, "mSurfaceFormat", "I"); in register_android_view_TextureView()
Dandroid_view_Surface.cpp92 jfieldID surfaceFormat; member
360 env->SetIntField(canvas, co.surfaceFormat, info.format); in Surface_lockCanvas()
863 co.surfaceFormat = env->GetFieldID(canvas, "mSurfaceFormat", "I"); in nativeClassInit()