HomeSort by relevance Sort by last modified time
    Searched full:colorspace (Results 226 - 250 of 1616) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 27 import androidx.media.filterfw.ColorSpace;
240 ColorSpace.convertArgb8888ToRgba8888(input, output, width, height);
243 ColorSpace.convertYuv420pToRgba8888(input, output, width, height);
  /frameworks/native/opengl/libs/EGL/
egl_object.h 135 EGLint colorSpace, egl_connection_t const* cnx);
139 EGLint getColorSpace() const { return colorSpace; }
152 EGLint colorSpace;
  /developers/samples/android/media/Camera2Raw/
template-params.xml 65 colorspace typically used for displaying and storing images viewed by humans. The
  /external/ImageMagick/PerlMagick/t/reference/ttf/
annotate.miff 4 colorspace=RGB
label.miff 4 colorspace=RGB
  /external/ImageMagick/PerlMagick/t/reference/write/ttf/
annotate.miff 4 colorspace=RGB
label.miff 4 colorspace=RGB
  /external/autotest/client/deps/glbench/src/
yuv2rgb_2.glslf 62 * This does the colorspace conversion from Y'UV to RGB as a matrix
yuv2rgb_3.glslf 53 * This does the colorspace conversion from Y'UV to RGB as a matrix
yuv2rgb_4.glslf 51 * This does the colorspace conversion from Y'UV to RGB as a matrix
  /external/libjpeg-turbo/
README-turbo.txt 15 colorspace extensions that allow it to compress from/decompress to 32-bit and
60 Colorspace Extensions
66 colorspace constants:
90 that does not support them will result in a "Bogus input colorspace" error.
92 available for the colorspace extensions.
98 JCS_EXT_BGRA, JCS_EXT_ABGR, or JCS_EXT_ARGB. When these colorspace constants
101 Your application can check for the existence of the alpha channel colorspace
107 for the existence of the colorspace extensions at compile time and run time.
218 activated by way of a new JPEG colorspace constant, thus preserving backward
README.md 14 colorspace extensions that allow it to compress from/decompress to 32-bit and
64 Colorspace Extensions
70 colorspace constants:
94 that does not support them will result in a "Bogus input colorspace" error.
96 available for the colorspace extensions.
102 `JCS_EXT_BGRA`, `JCS_EXT_ABGR`, or `JCS_EXT_ARGB`. When these colorspace
106 Your application can check for the existence of the alpha channel colorspace
112 how to check for the existence of the colorspace extensions at compile time and
221 been activated by way of a new JPEG colorspace constant, thus preserving
  /external/libpng/contrib/conftest/
read.dfa 53 # colorspace stuff and ignores the 'significant bit' information.
  /external/libpng/
pnginfo.h 91 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are
92 * defined. When COLORSPACE is switched on all the colorspace-defining
101 png_colorspace colorspace; member in struct:png_info_def
  /external/pdfium/core/fpdfapi/page/
cpdf_shadingpattern.cpp 85 CPDF_Object* pCSObj = pShadingDict->GetDirectObjectFor("ColorSpace");
  /external/pdfium/third_party/libpng16/
pnginfo.h 91 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are
92 * defined. When COLORSPACE is switched on all the colorspace-defining
101 png_colorspace colorspace; member in struct:png_info_def
  /external/protobuf/objectivec/Tests/iOSTestHarness/
LaunchScreen.xib 22 <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
  /external/skia/src/codec/
SkWebpCodec.cpp 95 sk_sp<SkColorSpace> colorSpace = nullptr;
97 colorSpace = SkColorSpace::MakeICC(chunkIterator.chunk.bytes, chunkIterator.chunk.size);
99 if (!colorSpace) {
100 colorSpace = SkColorSpace::MakeSRGB();
164 return new SkWebpCodec(width, height, info, std::move(colorSpace),
515 const auto* cs = dstInfo.colorSpace();
549 config.output.colorspace = webp_decode_mode(webpInfo);
630 sk_sp<SkColorSpace> colorSpace, SkStream* stream, WebPDemuxer* demux,
633 std::move(colorSpace))
  /external/skia/src/core/
SkDraw_vertices.cpp 150 // - If the pixmap has a dst colorspace, we have to be "color-correct".
151 // Do we map into dst-colorspace before or after we interpolate?
155 // - convert colors into dst colorspace before interpolation (matches gradients)
243 dstColors = convert_colors(colors, count, fDst.colorSpace(), &outerAlloc);
SkSpecialSurface.h 65 sk_sp<SkColorSpace> colorSpace);
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 252 outputProperties.colorSpace());
268 outputProperties.colorSpace());
291 GrRenderableConfigForColorSpace(outputProperties.colorSpace()),
292 sk_ref_sp(outputProperties.colorSpace())));
  /external/skia/src/gpu/
SkGr.cpp 88 SkColorSpace* colorSpace = pixmap.colorSpace();
91 colorSpace && colorSpace->gammaCloseToSRGB() && !GrPixelConfigIsSRGB(desc->fConfig)) {
340 return SkImageInfo2GrPixelConfig(info.colorType(), info.colorSpace(), caps);
382 GrPixelConfig GrRenderableConfigForColorSpace(const SkColorSpace* colorSpace) {
383 if (!colorSpace) {
385 } else if (colorSpace->gammaIsLinear()) {
387 } else if (colorSpace->gammaCloseToSRGB()) {
  /external/skia/src/images/
SkPngEncoder.cpp 108 SkASSERT(srcInfo.colorSpace() && srcInfo.colorSpace()->gammaIsLinear());
285 if (info.colorSpace() && info.colorSpace()->isSRGB()) {
  /external/skia/src/shaders/
SkPictureShader.cpp 34 BitmapShaderKey(sk_sp<SkColorSpace> colorSpace,
42 : fColorSpace(std::move(colorSpace))
129 sk_sp<SkColorSpace> colorSpace)
135 , fColorSpace(std::move(colorSpace))
  /external/skia/third_party/libpng/
pnginfo.h 91 /* png_colorspace only contains 'flags' if neither GAMMA or COLORSPACE are
92 * defined. When COLORSPACE is switched on all the colorspace-defining
101 png_colorspace colorspace; member in struct:png_info_def

Completed in 846 milliseconds

1 2 3 4 5 6 7 8 91011>>