Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dbuffer_dec.c32 static int IsValidColorspace(int webp_csp_mode) { in IsValidColorspace() function
46 if (!IsValidColorspace(mode)) { in CheckDecBuffer()
92 if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) { in AllocateBuffer()