Home
last modified time | relevance | path

Searched refs:WebPIsRGBMode (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dbuffer.c45 } else if (!WebPIsRGBMode(mode)) { // YUV checks in CheckDecBuffer()
93 if (!WebPIsRGBMode(mode)) { in AllocateBuffer()
110 if (!WebPIsRGBMode(mode)) { // YUVA initialization in AllocateBuffer()
Dwebp.c563 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y; in Decode()
725 if (!WebPIsRGBMode(src_colorspace)) { // only snap for YUV420 or YUV422 in WebPIoInitFromOptions()
Dio.c543 const int is_rgb = WebPIsRGBMode(colorspace); in CustomSetup()
/external/webp/include/webp/
Ddecode.h148 static WEBP_INLINE int WebPIsRGBMode(WEBP_CSP_MODE mode) { in WebPIsRGBMode() function