Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxread.c81 int vp8l_has_alpha = 0; in MuxImageFinalize() local
83 VP8LGetInfo(image->bytes, image->size, &w, &h, &vp8l_has_alpha) : in MuxImageFinalize()
94 wpi->has_alpha_ = vp8l_has_alpha || (wpi->alpha_ != NULL); in MuxImageFinalize()