/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFImage.cpp | 540 insertName("ColorSpace", "DeviceGray"); 543 insert("ColorSpace", 546 insertName("ColorSpace", "DeviceRGB");
|
/external/libvpx/libvpx/vp9/ |
vp9_dx_iface.c | 170 int colorspace; local 181 colorspace = vp9_rb_read_literal(&rb, 3); 182 if (colorspace != sRGB) {
|
/external/skia/src/pdf/ |
SkPDFImage.cpp | 540 insertName("ColorSpace", "DeviceGray"); 543 insert("ColorSpace", 546 insertName("ColorSpace", "DeviceRGB");
|
/external/skia/tests/ |
PDFPrimitivesTest.cpp | 280 "/ColorSpace /DeviceRGB\n" 297 "/ColorSpace /DeviceRGB\n" 312 "/ColorSpace /DeviceRGB\n"
|
/external/webp/src/dsp/ |
yuv.h | 44 // This flag is for comparison purpose against JPEG's "YUVj" natural colorspace. 45 // This colorspace is close to Rec.601's Y'CbCr model with the notable 259 // This JPEG-YUV colorspace, only for comparison!
|
/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/chromium_org/third_party/libwebp/dec/ |
buffer.c | 42 const WEBP_CSP_MODE mode = buffer->colorspace; 80 const WEBP_CSP_MODE mode = buffer->colorspace;
|
webp.c | 501 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace, 514 buf.colorspace = colorspace; 560 output.colorspace = MODE_YUV; 588 output.colorspace = mode;
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
translate_test.c | 180 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB 206 || input_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB
|
/external/jpeg/ |
jpegint.h | 82 /* Colorspace conversion */ 275 /* Colorspace conversion */
|
/external/mesa3d/src/gallium/tests/unit/ |
translate_test.c | 180 || output_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB 206 || input_format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB
|
/external/qemu/distrib/jpeg-6b/ |
jpegint.h | 82 /* Colorspace conversion */ 275 /* Colorspace conversion */
|
/external/webp/src/dec/ |
buffer.c | 42 const WEBP_CSP_MODE mode = buffer->colorspace; 80 const WEBP_CSP_MODE mode = buffer->colorspace;
|
/device/asus/grouper/ |
media_codecs.xml | 66 the official OMX colorspace constants.
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Scene.h | 19 * CIE 1931 colorspace to represent light in physical units (lux).
|
/device/generic/goldfish/camera/ |
media_codecs.xml | 66 the official OMX colorspace constants.
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
skia_utils_gtk2.cc | 103 gdk_pixbuf_new(GDK_COLORSPACE_RGB, // The only colorspace gtk supports.
|
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_controller.h | 27 // specifically, colorspace conversion and rotation.
|
/external/chromium_org/ui/gfx/codec/ |
jpeg_codec.cc | 242 // Choose an input colorspace and return if it is an unsupported one. Since 244 // and BGRA), we just map the input parameters to a colorspace used by 508 // Choose an output colorspace and return if it is an unsupported one. 511 // parameters to a colorspace.
|
/external/chromium_org/ui/gfx/ |
gtk_util.cc | 96 GDK_COLORSPACE_RGB, // The only colorspace gtk supports.
|
/external/libexif/libexif/pentax/ |
mnote-pentax-tag.c | 102 {MNOTE_PENTAX2_TAG_COLOR_SPACE, "ColorSpace", N_("Color Space"), ""},
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/ |
camera_graph.xml | 29 <import package="androidx.media.filterpacks.colorspace" />
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ColorSpace.java | 26 public class ColorSpace {
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 78 static const char TAG_COLOR_SPACE[] = "ColorSpace";
|