Home
last modified time | relevance | path

Searched refs:alpha_plane_mem_ (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dalpha_dec.c154 assert(dec->alpha_plane_mem_ == NULL); in AllocateAlphaPlane()
155 dec->alpha_plane_mem_ = in AllocateAlphaPlane()
157 if (dec->alpha_plane_mem_ == NULL) { in AllocateAlphaPlane()
160 dec->alpha_plane_ = dec->alpha_plane_mem_; in AllocateAlphaPlane()
167 WebPSafeFree(dec->alpha_plane_mem_); in WebPDeallocateAlphaMemory()
168 dec->alpha_plane_mem_ = NULL; in WebPDeallocateAlphaMemory()
A Dvp8i_dec.h261 uint8_t* alpha_plane_mem_; // memory allocated for alpha_plane_ member

Completed in 4 milliseconds