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

  /external/chromium_org/third_party/libwebp/dec/
webp.c 521 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
547 return DecodeIntoRGBABuffer(MODE_RGB, data, data_size, output, stride, size);
552 return DecodeIntoRGBABuffer(MODE_RGBA, data, data_size, output, stride, size);
557 return DecodeIntoRGBABuffer(MODE_ARGB, data, data_size, output, stride, size);
562 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
567 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);
  /external/webp/src/dec/
webp.c 533 static uint8_t* DecodeIntoRGBABuffer(WEBP_CSP_MODE colorspace,
559 return DecodeIntoRGBABuffer(MODE_RGB, data, data_size, output, stride, size);
564 return DecodeIntoRGBABuffer(MODE_RGBA, data, data_size, output, stride, size);
569 return DecodeIntoRGBABuffer(MODE_ARGB, data, data_size, output, stride, size);
574 return DecodeIntoRGBABuffer(MODE_BGR, data, data_size, output, stride, size);
579 return DecodeIntoRGBABuffer(MODE_BGRA, data, data_size, output, stride, size);

Completed in 126 milliseconds