HomeSort by relevance Sort by last modified time
    Searched refs:colorspace (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ImageFormat.java 29 public static final String COLORSPACE_KEY = "colorspace";
38 int colorspace,
44 result.setMetaValue(COLORSPACE_KEY, colorspace);
53 int colorspace,
57 colorspace,
58 bytesPerSampleForColorspace(colorspace),
62 public static MutableFrameFormat create(int colorspace, int target) {
65 colorspace,
66 bytesPerSampleForColorspace(colorspace),
70 public static MutableFrameFormat create(int colorspace) {
    [all...]
  /external/chromium_org/chrome/utility/cloud_print/
bitmap_image.cc 15 Colorspace colorspace)
17 colorspace_(colorspace),
bitmap_image.h 16 enum Colorspace {
22 BitmapImage(const gfx::Size& size, Colorspace colorspace);
27 Colorspace colorspace() const { return colorspace_; } function in class:cloud_print::BitmapImage
36 Colorspace colorspace_;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_table.py 43 def colorspace_map(colorspace):
44 return 'UTIL_FORMAT_COLORSPACE_' + str(colorspace).upper()
129 comment = colorspace_channels_map[format.colorspace][i]
134 print " %s," % (colorspace_map(format.colorspace),)
135 if format.colorspace != ZS and format.channels[0].pure == False:
152 if format.colorspace == ZS and format.swizzles[0] != SWIZZLE_NONE:
162 if format.colorspace == ZS and format.swizzles[1] != SWIZZLE_NONE:
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
175 elif format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
u_format.h 191 * depending on the colorspace.
196 * Colorspace transformation.
198 enum util_format_colorspace colorspace; member in struct:util_format_description
474 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
480 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
487 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
532 switch (desc->colorspace) {
741 enum util_format_colorspace colorspace,
755 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
756 colorspace = UTIL_FORMAT_COLORSPACE_RGB
    [all...]
u_format.c 95 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
96 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
110 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
111 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
167 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB ||
199 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
200 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
217 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
218 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
431 src_desc->colorspace != dst_desc->colorspace)
    [all...]
u_format_parse.py 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
115 self.colorspace = colorspace
254 colorspace = fields[9]
258 if colorspace in (RGB, SRGB):
263 elif colorspace == ZS:
301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 43 def colorspace_map(colorspace):
44 return 'UTIL_FORMAT_COLORSPACE_' + str(colorspace).upper()
129 comment = colorspace_channels_map[format.colorspace][i]
134 print " %s," % (colorspace_map(format.colorspace),)
135 if format.colorspace != ZS and format.channels[0].pure == False:
152 if format.colorspace == ZS and format.swizzles[0] != SWIZZLE_NONE:
162 if format.colorspace == ZS and format.swizzles[1] != SWIZZLE_NONE:
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
175 elif format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
u_format.h 191 * depending on the colorspace.
196 * Colorspace transformation.
198 enum util_format_colorspace colorspace; member in struct:util_format_description
474 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB;
480 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
487 return desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS &&
532 switch (desc->colorspace) {
741 enum util_format_colorspace colorspace,
755 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) {
756 colorspace = UTIL_FORMAT_COLORSPACE_RGB
    [all...]
u_format.c 95 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
96 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
110 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
111 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
167 desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB ||
199 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
200 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
217 if ((desc->colorspace == UTIL_FORMAT_COLORSPACE_RGB ||
218 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) &&
431 src_desc->colorspace != dst_desc->colorspace)
    [all...]
u_format_parse.py 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
115 self.colorspace = colorspace
254 colorspace = fields[9]
258 if colorspace in (RGB, SRGB):
263 elif colorspace == ZS:
301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
  /external/libpng/
pngget.c 491 (info_ptr->colorspace.flags & PNG_COLORSPACE_HAVE_ENDPOINTS))
497 info_ptr->colorspace.end_points_xy.whitex, "cHRM white X");
500 info_ptr->colorspace.end_points_xy.whitey, "cHRM white Y");
502 *red_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redx,
505 *red_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.redy,
509 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X");
512 info_ptr->colorspace.end_points_xy.greeny, "cHRM green Y");
514 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex,
517 *blue_y = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluey,
532 (info_ptr->colorspace.flags & PNG_COLORSPACE_HAVE_ENDPOINTS)
    [all...]
png.c 1032 #ifdef PNG_GAMMA_SUPPORTED /* always set if COLORSPACE */
1035 png_colorspacerp colorspace, png_fixed_point gAMA, int from)
1048 if ((colorspace->flags & PNG_COLORSPACE_HAVE_GAMMA) != 0 &&
1049 (!png_muldiv(&gtest, colorspace->gamma, PNG_FP_1, gAMA) ||
    [all...]
pnginfo.h 92 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are
93 * defined. When COLORSPACE is switched on all the colorspace-defining
102 png_colorspace colorspace; member in struct:png_info_def
  /external/chromium_org/third_party/libwebp/dec/
io.c 54 WebPSamplers[output->colorspace]);
69 const WebPYUV444Converter convert = WebPYUV444Converters[output->colorspace];
92 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
202 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
204 (colorspace == MODE_ARGB || colorspace == MODE_Argb);
223 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
235 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
416 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
453 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
551 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
    [all...]
  /external/webp/src/dec/
io.c 54 WebPSamplers[output->colorspace]);
69 const WebPYUV444Converter convert = WebPYUV444Converters[output->colorspace];
92 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
202 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
204 (colorspace == MODE_ARGB || colorspace == MODE_Argb);
223 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
235 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
416 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
453 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
551 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 10 // WebPPicture utils for colorspace conversion
186 picture->colorspace |= WEBP_CSP_ALPHA_BIT;
188 picture->colorspace &= WEBP_CSP_UV_MASK;
246 int WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace,
258 picture->colorspace = colorspace;
264 int WebPPictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace) {
265 return WebPPictureARGBToYUVADithered(picture, colorspace, 0.f);
276 if ((picture->colorspace & WEBP_CSP_ALPHA_BIT) && picture->a == NULL) {
279 if ((picture->colorspace & WEBP_CSP_UV_MASK) != WEBP_YUV420)
    [all...]
  /external/webp/src/enc/
picture_csp.c 10 // WebPPicture utils for colorspace conversion
186 picture->colorspace |= WEBP_CSP_ALPHA_BIT;
188 picture->colorspace &= WEBP_CSP_UV_MASK;
246 int WebPPictureARGBToYUVADithered(WebPPicture* picture, WebPEncCSP colorspace,
258 picture->colorspace = colorspace;
264 int WebPPictureARGBToYUVA(WebPPicture* picture, WebPEncCSP colorspace) {
265 return WebPPictureARGBToYUVADithered(picture, colorspace, 0.f);
276 if ((picture->colorspace & WEBP_CSP_ALPHA_BIT) && picture->a == NULL) {
279 if ((picture->colorspace & WEBP_CSP_UV_MASK) != WEBP_YUV420)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 70 if format.colorspace not in ('rgb', 'srgb'):
93 if format.colorspace in ('rgb', 'srgb'):
98 elif format.colorspace == 'zs':
152 if format.colorspace in ('rgb', 'srgb'):
162 elif format.colorspace == 'zs':
182 assert format.colorspace in ('rgb', 'srgb')
307 and format.colorspace == 'rgb' \
lp_screen.c 311 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS ||
312 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
332 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
348 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 70 if format.colorspace not in ('rgb', 'srgb'):
93 if format.colorspace in ('rgb', 'srgb'):
98 elif format.colorspace == 'zs':
152 if format.colorspace in ('rgb', 'srgb'):
162 elif format.colorspace == 'zs':
182 assert format.colorspace in ('rgb', 'srgb')
307 and format.colorspace == 'rgb' \
lp_screen.c 311 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS ||
312 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB)
332 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS)
348 if (format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS &&
  /hardware/samsung_slsi/exynos5/include/
v4l2-mediabus.h 96 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
v4l2-mediabus.h 105 * @colorspace: colorspace of the data (from enum v4l2_colorspace)
112 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /external/webp/examples/
dwebp.c 144 const int has_alpha = (buffer->colorspace == MODE_BGRA);
162 const int has_alpha = (buffer->colorspace == MODE_RGBA);
473 output_buffer->colorspace = bitstream->has_alpha ? MODE_BGRA : MODE_BGR;
475 output_buffer->colorspace = bitstream->has_alpha ? MODE_RGBA : MODE_RGB;
479 output_buffer->colorspace = MODE_RGBA;
482 output_buffer->colorspace = MODE_RGB; // drops alpha for PPM
486 output_buffer->colorspace = bitstream->has_alpha ? MODE_YUVA : MODE_YUV;
489 output_buffer->colorspace = MODE_YUVA;

Completed in 928 milliseconds

1 2 3 4 5 6 7 8 910