HomeSort by relevance Sort by last modified time
    Searched refs:IsValidColorspace (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
buffer.c 32 static int IsValidColorspace(int webp_csp_mode) {
41 if (!IsValidColorspace(mode)) {
83 if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) {
  /external/webp/src/dec/
buffer.c 32 static int IsValidColorspace(int webp_csp_mode) {
41 if (!IsValidColorspace(mode)) {
83 if (w <= 0 || h <= 0 || !IsValidColorspace(mode)) {

Completed in 290 milliseconds