Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dbuffer.c36 static int IsValidColorspace(int webp_csp_mode) { in IsValidColorspace() function
45 if (!IsValidColorspace(mode)) { in CheckDecBuffer()
82 if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) { in AllocateBuffer()
/external/webp/src/dec/
Dbuffer.c32 static int IsValidColorspace(int webp_csp_mode) { in IsValidColorspace() function
46 if (!IsValidColorspace(mode)) { in CheckDecBuffer()
91 if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) { in AllocateBuffer()