HomeSort by relevance Sort by last modified time
    Searched refs:alpha_data (Results 1 - 13 of 13) 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:__anon12105
69 // In 'headers', compressed_size, offset, alpha_data, alpha_size, and lossless
webp.c 151 // If an alpha chunk is found, *alpha_data and *alpha_size are set
156 const uint8_t** const alpha_data,
168 assert(alpha_data != NULL);
170 *alpha_data = NULL;
211 *alpha_data = buf + CHUNK_HEADER_SIZE;
343 &hdrs.alpha_data, &hdrs.alpha_data_size);
388 *has_alpha |= (hdrs.alpha_data != NULL);
457 dec->alpha_data_ = headers.alpha_data;
idec.c 320 dec->alpha_data_ = headers.alpha_data;
vp8.c 281 dec->alpha_data_ = headers.alpha_data;
  /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:__anon28549
69 // In 'headers', compressed_size, offset, alpha_data, alpha_size, and lossless
webp.c 151 // If an alpha chunk is found, *alpha_data and *alpha_size are set
156 const uint8_t** const alpha_data,
168 assert(alpha_data != NULL);
170 *alpha_data = NULL;
211 *alpha_data = buf + CHUNK_HEADER_SIZE;
333 &hdrs.alpha_data, &hdrs.alpha_data_size);
371 *has_alpha |= (hdrs.alpha_data != NULL);
440 dec->alpha_data_ = headers.alpha_data;
idec.c 320 dec->alpha_data_ = headers.alpha_data;
vp8.c 281 dec->alpha_data_ = headers.alpha_data;
  /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 222 unsigned char* alpha_data = &palette_alpha->front(); local
224 png_set_tRNS(png_ptr, info_ptr, alpha_data, alpha_size, NULL);
    [all...]

Completed in 266 milliseconds