Searched refs:MODE_BGRA (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv_mips32.c98 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
H A Dupsampling.c146 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
176 Yuv444ToBgra, // MODE_BGRA
197 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
H A Dyuv.c130 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
H A Dupsampling_sse2.c203 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
H A Dupsampling_neon.c256 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
H A Dyuv_sse2.c319 WebPSamplers[MODE_BGRA] = YuvToBgraRowSSE2;
H A Dlossless.c1410 case MODE_BGRA:
/external/webp/src/dsp/
H A Dyuv_mips32.c98 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
H A Dupsampling.c146 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
176 Yuv444ToBgra, // MODE_BGRA
197 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
H A Dyuv.c130 WebPSamplers[MODE_BGRA] = YuvToBgraRow;
H A Dupsampling_sse2.c203 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
H A Dupsampling_neon.c256 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
H A Dyuv_sse2.c319 WebPSamplers[MODE_BGRA] = YuvToBgraRowSSE2;
H A Dlossless.c1401 case MODE_BGRA:
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h133 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
145 MODE_BGR = 2, MODE_BGRA = 3, enumerator in enum:WEBP_CSP_MODE
165 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB ||
382 config.output.colorspace = MODE_BGRA;
/external/webp/include/webp/
H A Ddecode.h133 // For instance, MODE_BGRA relates to samples ordered as B,G,R,A,B,G,R,A,...
145 MODE_BGR = 2, MODE_BGRA = 3, enumerator in enum:WEBP_CSP_MODE
165 return (mode == MODE_RGBA || mode == MODE_BGRA || mode == MODE_ARGB ||
382 config.output.colorspace = MODE_BGRA;
/external/webp/examples/
H A Ddwebp.c144 const int has_alpha = (buffer->colorspace == MODE_BGRA);
473 output_buffer->colorspace = bitstream->has_alpha ? MODE_BGRA : MODE_BGR;
/external/chromium_org/third_party/libwebp/dec/
H A Dwebp.c567 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);
650 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
H A Dvp8l.c1365 if (!WebPIoInitFromOptions(params->options, io, MODE_BGRA)) {
/external/webp/src/dec/
H A Dwebp.c579 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);
662 return Decode(MODE_BGRA, data, data_size, width, height, NULL);
H A Dvp8l.c1365 if (!WebPIoInitFromOptions(params->options, io, MODE_BGRA)) {
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp46 inline WEBP_CSP_MODE outputMode(bool hasAlpha) { return hasAlpha ? MODE_bgrA : MODE_BGRA; }
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp176 mode = premultiply ? MODE_bgrA : MODE_BGRA;
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp187 mode = premultiply ? MODE_bgrA : MODE_BGRA;

Completed in 229 milliseconds