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

/external/chromium_org/third_party/libwebp/dec/
H A Dbuffer.c32 static int IsValidColorspace(int webp_csp_mode) { function
41 if (!IsValidColorspace(mode)) {
83 if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) {
/external/webp/src/dec/
H A Dbuffer.c32 static int IsValidColorspace(int webp_csp_mode) { function
41 if (!IsValidColorspace(mode)) {
83 if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) {

Completed in 408 milliseconds