HomeSort by relevance Sort by last modified time
    Searched full:isvalidcolorspace (Results 1 - 1 of 1) sorted by null

  /external/webp/src/dec/
buffer.c 34 static int IsValidColorspace(int webp_csp_mode) {
43 if (!IsValidColorspace(mode)) {
80 if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) {

Completed in 1501 milliseconds