Searched refs:mSurfaceFormat (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp49 jfieldID mSurfaceFormat; member in struct:android::__anon879
170 SET_INT(canvas, gCanvasClassInfo.mSurfaceFormat, buffer.format);
237 GET_FIELD_ID(gCanvasClassInfo.mSurfaceFormat, clazz, "mSurfaceFormat", "I");
H A Dandroid_view_GraphicBuffer.cpp78 jfieldID mSurfaceFormat; member in struct:android::__anon853
202 SET_INT(canvas, gCanvasClassInfo.mSurfaceFormat, buffer->getPixelFormat());
322 GET_FIELD_ID(gCanvasClassInfo.mSurfaceFormat, clazz, "mSurfaceFormat", "I");
H A Dandroid_view_Surface.cpp77 jfieldID mSurfaceFormat; member in struct:android::__anon872
226 env->SetIntField(canvasObj, gCanvasClassInfo.mSurfaceFormat, outBuffer.format);
469 gCanvasClassInfo.mSurfaceFormat = env->GetFieldID(clazz, "mSurfaceFormat", "I");
/frameworks/base/media/java/android/media/tv/
H A DTvView.java95 private int mSurfaceFormat; field in class:TvView
114 mSurfaceFormat = format;
118 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
904 dispatchSurfaceChanged(mSurfaceFormat, mSurfaceWidth, mSurfaceHeight);
/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java78 private int mSurfaceFormat; field in class:Canvas

Completed in 606 milliseconds