Searched refs:pixelFormat (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.h15 * @param pixelFormat The yuv pixel format as defined in ui/PixelFormat.h.
17 * @return an encoder based on the pixelFormat.
19 static YuvToJpegEncoder* create(int pixelFormat, int* strides);
/frameworks/native/opengl/libagl/
H A Dmipmap.cpp34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
46 const int bpr = w * pixelFormat.size;
H A Dtexture.cpp285 const GGLFormat& pixelFormat(c->rasterizer.formats[src.format]);
286 const size_t size = src.height * src.stride * pixelFormat.size;
377 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
379 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
381 const int32_t stride = bpr / pixelFormat.size;
1199 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1201 const int32_t bpr = ((width * pixelFormat.size) + align) & ~align;
1203 const int32_t stride = bpr / pixelFormat.size;
1283 const GGLFormat& pixelFormat(c->rasterizer.formats[formatIdx]);
1285 const int32_t bpr = ((width * pixelFormat
[all...]
H A Degl.cpp1069 int32_t& pixelFormat, int32_t& depthFormat)
1073 pixelFormat = GGL_PIXEL_FORMAT_RGB_565;
1077 pixelFormat = GGL_PIXEL_FORMAT_RGB_565;
1081 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888;
1085 pixelFormat = GGL_PIXEL_FORMAT_RGBX_8888;
1089 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888;
1093 pixelFormat = GGL_PIXEL_FORMAT_RGBA_8888;
1097 pixelFormat = GGL_PIXEL_FORMAT_A_8;
1101 pixelFormat = GGL_PIXEL_FORMAT_A_8;
1254 int32_t pixelFormat; local
1068 getConfigFormatInfo(EGLint configID, int32_t& pixelFormat, int32_t& depthFormat) argument
1303 int32_t pixelFormat; local
1342 int32_t pixelFormat; local
[all...]

Completed in 465 milliseconds