HomeSort by relevance Sort by last modified time
    Searched refs:colorspace (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/libwebp/webp/
decode.h 195 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer
246 // buffer.colorspace = mode;
283 // colorspace 'csp' is taken into account for allocating this buffer. All other
333 // are not initialized yet. The RGB/A output type corresponds to the colorspace
382 config.output.colorspace = MODE_BGRA;
  /external/webp/include/webp/
decode.h 195 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer
246 // buffer.colorspace = mode;
283 // colorspace 'csp' is taken into account for allocating this buffer. All other
333 // are not initialized yet. The RGB/A output type corresponds to the colorspace
382 config.output.colorspace = MODE_BGRA;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_texture.c 862 /* Colorspace (return non-RGB formats directly). */
863 switch (desc->colorspace) {
1019 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB &&
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 862 /* Colorspace (return non-RGB formats directly). */
863 switch (desc->colorspace) {
1019 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB &&
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 163 static inline int ColorSpaceToBitsPerPixel(uint32 colorspace)
168 switch (colorspace) {
281 vformat->BitsPerPixel = ColorSpaceToBitsPerPixel(bscreen.ColorSpace());
283 SDL_SetError("Unknown BScreen colorspace: 0x%x",
284 bscreen.ColorSpace());
293 //if ( bpp != 0 ) { // There are bugs in changing colorspace
556 bbitmap = new BBitmap(bounds, bscreen.ColorSpace());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_format.c 339 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
lp_bld_depth.c 311 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
363 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
599 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_texture.c 69 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS ||
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_format.c 339 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS) {
lp_bld_depth.c 311 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
363 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
599 assert(format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 69 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS ||
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 381 // Turn linear formats into corresponding sRGB formats when colorspace is
383 // formats when colorspace is EGL_GL_COLORSPACE_LINEAR_KHR. In any cases where
385 static int modifyFormatColorspace(int fmt, EGLint colorspace) {
386 if (colorspace == EGL_GL_COLORSPACE_LINEAR_KHR) {
391 } else if (colorspace == EGL_GL_COLORSPACE_SRGB_KHR) {
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 281 buffer[3] = enc->pic_->colorspace & WEBP_CSP_UV_MASK;
315 VP8PutBitUniform(bw, 0); // colorspace
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_tex.c 134 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 134 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
  /external/webp/src/enc/
syntax.c 281 buffer[3] = enc->pic_->colorspace & WEBP_CSP_UV_MASK;
315 VP8PutBitUniform(bw, 0); // colorspace
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture.c 123 /* Colorspace (return non-RGB formats directly). */
124 switch (desc->colorspace) {
315 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) {
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.c 123 /* Colorspace (return non-RGB formats directly). */
124 switch (desc->colorspace) {
315 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoder.cpp 524 m_decoderBuffer.colorspace = mode;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_tex.c 106 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp 240 config->output.colorspace = mode;
  /external/jpeg/
jpeglib.h 286 J_COLOR_SPACE in_color_space; /* colorspace of input image */
301 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
430 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
437 J_COLOR_SPACE out_color_space; /* colorspace for output */
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 106 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
  /external/qemu/distrib/jpeg-6b/
jpeglib.h 286 J_COLOR_SPACE in_color_space; /* colorspace of input image */
301 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
430 J_COLOR_SPACE jpeg_color_space; /* colorspace of JPEG image */
437 J_COLOR_SPACE out_color_space; /* colorspace for output */
    [all...]
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 250 config->output.colorspace = mode;

Completed in 2478 milliseconds

1 23 4 5 6