Searched defs:pixelFormat (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyCameraDevice.java | 566 int pixelFormat) throws BufferQueueAbandonedException { in configureSurface() 576 int height, int pixelFormat) in produceFrame() 587 static void setSurfaceFormat(Surface surface, int pixelFormat) in setSurfaceFormat() 659 int pixelFormat); in nativeConfigureSurface() 662 int height, int pixelFormat); in nativeProduceFrame() 664 private static native int nativeSetSurfaceFormat(Surface surface, int pixelFormat); in nativeSetSurfaceFormat()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 528 jint width, jint height, jint pixelFormat) { in LegacyCameraDevice_nativeConfigureSurface() 544 jbyteArray pixelBuffer, jint width, jint height, jint pixelFormat) { in LegacyCameraDevice_nativeProduceFrame() 578 jint pixelFormat) { in LegacyCameraDevice_nativeSetSurfaceFormat()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 285 const GGLFormat& pixelFormat(c->rasterizer.formats[src.format]); in copyPixels() local 377 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); in createTextureSurface() local 1199 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); in glTexImage2D() local 1283 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); in glTexSubImage2D() local 1521 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]); in glReadPixels() local
|
D | mipmap.cpp | 34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]); in buildAPyramid() local
|
D | egl.cpp | 1069 int32_t& pixelFormat, int32_t& depthFormat) in getConfigFormatInfo() 1254 int32_t pixelFormat; in createWindowSurface() local 1303 int32_t pixelFormat; in createPixmapSurface() local 1342 int32_t pixelFormat; in createPbufferSurface() local
|