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

1 2 3

  /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/kernel-headers/original/media/
v4l2-mediabus.h 93 pix_fmt->colorspace = mbus_fmt->colorspace;
103 mbus_fmt->colorspace = pix_fmt->colorspace;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.cpp 84 GstElement* colorspace = gst_element_factory_make("ffmpegcolorspace", "colorspace"); local
97 gst_bin_add_many(GST_BIN(videoSink.get()), platformVideoSink, videoScale, colorspace, queue, NULL); local
100 gst_element_link_pads_full(queue, "src", colorspace, "sink", GST_PAD_LINK_CHECK_NOTHING);
101 gst_element_link_pads_full(colorspace, "src", videoScale, "sink", GST_PAD_LINK_CHECK_NOTHING);
104 gst_element_link_many(queue, colorspace, videoScale, platformVideoSink, NULL);
117 gst_element_sync_state_with_parent(colorspace);
170 GstElement* colorspace = gst_bin_get_by_name(GST_BIN(videoSink.get()), "colorspace"); local
188 gst_element_unlink_many(queue, colorspace, videoScale, platformVideoSink, NULL)
189 gst_bin_remove_many(GST_BIN(videoSink.get()), queue, colorspace, videoScale, platformVideoSink, NULL); local
    [all...]
  /external/webp/src/dec/
io.c 55 const WebPSampleLinePairFunc sample = WebPSamplers[output->colorspace];
84 const WebPYUV444Converter convert = WebPYUV444Converters[output->colorspace];
107 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];
217 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
219 (colorspace == MODE_ARGB || colorspace == MODE_Argb);
238 if (alpha_mask != 0xff && WebPIsPremultipliedMode(colorspace)) {
250 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
409 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
442 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
538 const WEBP_CSP_MODE colorspace = p->output->colorspace; local
    [all...]
buffer.c 40 const WEBP_CSP_MODE mode = buffer->colorspace;
78 const WEBP_CSP_MODE mode = buffer->colorspace;
idec.c 612 idec->output_.colorspace = mode;
626 WEBP_CSP_MODE colorspace; local
632 colorspace = MODE_YUVA;
640 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA;
646 idec->output_.colorspace = colorspace;
760 if (src->colorspace >= MODE_YUV) {
778 if (src->colorspace < MODE_YUV) {
webp.c 465 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
478 buf.colorspace = colorspace;
524 output.colorspace = MODE_YUV;
552 output.colorspace = mode;
vp8l.c 403 static int Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace,
411 VP8LConvertFromBGRA(src, dst_width, colorspace, dst);
421 const WEBP_CSP_MODE colorspace = dec->output_->colorspace; local
430 num_lines_out += Export(dec->rescaler, colorspace, out_stride, row_out);
436 static int EmitRows(WEBP_CSP_MODE colorspace,
444 VP8LConvertFromBGRA((const uint32_t*)row_in, mb_w, colorspace, row_out);
646 if (output->colorspace < MODE_YUV) { // convert to RGBA
652 EmitRows(output->colorspace, rows_data, in_stride,
    [all...]
  /external/webp/src/enc/
picture.c 8 // WebPPicture utils: colorspace conversion, crop, ...
41 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK;
42 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT;
210 const int is_yuv422 = IS_YUV_CSP(pic->colorspace, WEBP_YUV422);
211 if (IS_YUV_CSP(pic->colorspace, WEBP_YUV420) || is_yuv422) {
251 if (IS_YUV_CSP(dst->colorspace, WEBP_YUV422)) {
302 IS_YUV_CSP(dst->colorspace, WEBP_YUV422) ? (left >> 1) : left;
349 if (IS_YUV_CSP(tmp.colorspace, WEBP_YUV422)) {
444 const int s = IS_YUV_CSP(tmp.colorspace, WEBP_YUV422) ? 2 : 1;
597 const WebPEncCSP uv_csp = picture->colorspace & WEBP_CSP_UV_MASK
    [all...]
syntax.c 279 buffer[3] = enc->pic_->colorspace & WEBP_CSP_UV_MASK;
313 VP8PutBitUniform(bw, 0); // colorspace
  /bionic/libc/kernel/common/linux/
v4l2-mediabus.h 94 __u32 colorspace; member in struct:v4l2_mbus_framefmt
fb.h 294 __u32 colorspace; member in struct:fb_var_screeninfo
  /external/kernel-headers/original/linux/
v4l2-mediabus.h 103 * @colorspace: colorspace of the data (from enum v4l2_colorspace)
110 __u32 colorspace; member in struct:v4l2_mbus_framefmt
  /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/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 161 int colorspace; local
165 colorspace = JAS_CLRSPC_SRGB;
170 colorspace = JAS_CLRSPC_SGRAY; // TODO GENGRAY or SGRAY?
173 // convert to the desired colorspace
176 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace );
187 fprintf(stderr, "JPEG 2000 LOADER ERROR: cannot convert colorspace\n");
191 fprintf(stderr, "JPEG 2000 LOADER ERROR: unable to create colorspace\n");
250 fprintf(stderr, "JPEG2000 LOADER ERROR: colorspace conversion failed\n" );
  /external/webp/include/webp/
encode.h 275 // since these are the respective native colorspace for these formats.
279 WebPEncCSP colorspace; // colorspace: should be YUV420 for now (=Y'CbCr). member in struct:WebPPicture
343 // Note that, by default, use_argb is false and colorspace is WEBP_YUV420.
352 // Allocate y/u/v buffers as per colorspace/width/height specification.
384 // picture uses the YUV420 colorspace, the top and left coordinates will be
392 // the 'src' source picture. If the source picture uses the YUV420 colorspace,
411 // Colorspace conversion function to import RGB samples.
434 // Converts picture->argb data to the YUVA format specified by 'colorspace'.
436 // non-opaque transparent values is detected, and 'colorspace' will b
    [all...]
decode.h 193 WEBP_CSP_MODE colorspace; // Colorspace. member in struct:WebPDecBuffer
244 // buffer.colorspace = mode;
275 // colorspace 'csp' is taken into account for allocating this buffer. All other
325 // are not initialized yet. The RGB/A output type corresponds to the colorspace
374 config.output.colorspace = MODE_BGRA;
  /external/jpeg/
jcparam.c 348 /* Choose JPEG colorspace based on input space, set defaults accordingly */
355 * Select an appropriate JPEG colorspace for in_color_space.
387 * Set the JPEG colorspace, and choose colorspace-dependent default values.
391 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
413 cinfo->jpeg_color_space = colorspace;
418 switch (colorspace) {
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/qemu/distrib/jpeg-6b/
jcparam.c 348 /* Choose JPEG colorspace based on input space, set defaults accordingly */
355 * Select an appropriate JPEG colorspace for in_color_space.
393 * Set the JPEG colorspace, and choose colorspace-dependent default values.
397 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
419 cinfo->jpeg_color_space = colorspace;
424 switch (colorspace) {
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/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/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp 1858 CGColorSpaceRef colorspace = CGColorSpaceCreateDeviceRGB(); local
    [all...]
  /external/skia/legacy/src/images/
SkImageDecoder_libwebp.cpp 227 config.output.colorspace = mode;

Completed in 524 milliseconds

1 2 3