HomeSort by relevance Sort by last modified time
    Searched defs:alpha_data (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
alpha.c 42 const uint8_t* const alpha_data = data + ALPHA_HEADER_LEN; local
67 if (ok) memcpy(output, alpha_data, alpha_decoded_size);
69 ok = VP8LDecodeAlphaImageStream(width, height, alpha_data, alpha_data_size,
webpi.h 58 const uint8_t* alpha_data; // points to alpha chunk (if present) member in struct:__anon13994
69 // In 'headers', compressed_size, offset, alpha_data, alpha_size, and lossless
  /external/webp/src/dec/
alpha.c 42 const uint8_t* const alpha_data = data + ALPHA_HEADER_LEN; local
67 if (ok) memcpy(output, alpha_data, alpha_decoded_size);
69 ok = VP8LDecodeAlphaImageStream(width, height, alpha_data, alpha_data_size,
webpi.h 58 const uint8_t* alpha_data; // points to alpha chunk (if present) member in struct:__anon30355
69 // In 'headers', compressed_size, offset, alpha_data, alpha_size, and lossless
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 332 uint8_t* alpha_data = NULL; local
340 filter, effort_level, &alpha_data, &alpha_size)) {
344 free(alpha_data);
348 enc->alpha_data_ = alpha_data;
  /external/webp/src/enc/
alpha.c 332 uint8_t* alpha_data = NULL; local
340 filter, effort_level, &alpha_data, &alpha_size)) {
344 free(alpha_data);
348 enc->alpha_data_ = alpha_data;
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 221 unsigned char* alpha_data = &palette_alpha->front(); local
223 png_set_tRNS(png_ptr, info_ptr, alpha_data, alpha_size, NULL);
    [all...]

Completed in 150 milliseconds