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

  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 333 size_t alpha_size = 0; local
340 filter, effort_level, &alpha_data, &alpha_size)) {
343 if (alpha_size != (uint32_t)alpha_size) { // Sanity check.
347 enc->alpha_data_size_ = (uint32_t)alpha_size;
  /external/webp/src/enc/
alpha.c 355 size_t alpha_size = 0; local
362 filter, effort_level, &alpha_data, &alpha_size)) {
365 if (alpha_size != (uint32_t)alpha_size) { // Sanity check.
369 enc->alpha_data_size_ = (uint32_t)alpha_size;
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 426 // alpha_size is the only one that scales as width x height.
427 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? local
432 + cache_size + alpha_size + ALIGN_MASK;
497 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;
498 mem += alpha_size;
webp.c 151 // If an alpha chunk is found, *alpha_data and *alpha_size are set
157 size_t* const alpha_size) {
169 assert(alpha_size != NULL);
171 *alpha_size = 0;
212 *alpha_size = chunk_size;
  /external/webp/src/dec/
frame.c 718 // alpha_size is the only one that scales as width x height.
719 const uint64_t alpha_size = (dec->alpha_data_ != NULL) ? local
724 + cache_size + alpha_size + WEBP_ALIGN_CST;
789 dec->alpha_plane_ = alpha_size ? (uint8_t*)mem : NULL;
790 mem += alpha_size;
webp.c 144 // If an alpha chunk is found, *alpha_data and *alpha_size are set
150 size_t* const alpha_size) {
162 assert(alpha_size != NULL);
164 *alpha_size = 0;
205 *alpha_size = chunk_size;
  /external/opencv3/3rdparty/libwebp/mux/
muxread.c 316 const size_t alpha_size = need_vp8x ? ChunkDiskSize(wpi->alpha_) : 0; local
318 const size_t size = RIFF_HEADER_SIZE + vp8x_size + alpha_size +
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 1819 uint32_t alpha_size = 0; local
    [all...]

Completed in 517 milliseconds