Home
last modified time | relevance | path

Searched refs:MODE_YUVA (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c69 if (mode == MODE_YUVA) { in CheckDecBuffer()
113 if (mode == MODE_YUVA) { in AllocateBuffer()
137 if (mode == MODE_YUVA) { in AllocateBuffer()
Didec_dec.c728 colorspace = MODE_YUVA; in WebPINewYUVA()
736 colorspace = (a == NULL) ? MODE_YUV : MODE_YUVA; in WebPINewYUVA()
Dio_dec.c573 if (!WebPIoInitFromOptions(p->options, io, is_alpha ? MODE_YUV : MODE_YUVA)) { in CustomSetup()
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c344 output_buffer->colorspace = bitstream->has_alpha ? MODE_YUVA : MODE_YUV; in main()
347 output_buffer->colorspace = MODE_YUVA; in main()
362 case YUVA: output_buffer->colorspace = MODE_YUVA; break; in main()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h160 MODE_YUV = 11, MODE_YUVA = 12, // yuv 4:2:0 enumerator
172 mode == MODE_RGBA_4444 || mode == MODE_YUVA || in WebPIsAlphaMode()
/third_party/skia/third_party/externals/libwebp/imageio/
Dwebpdec.c198 output_buffer->colorspace = has_alpha ? MODE_YUVA : MODE_YUV; in ReadWebP()
/third_party/skia/third_party/externals/libwebp/
DChangeLog3334 a06f8023 MODE_YUVA: set alpha to opaque if the image has none