Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c203 int* const has_vp8l_alpha) { in StoreFrame() argument
209 if (has_vp8l_alpha != NULL) *has_vp8l_alpha = 0; // Default. in StoreFrame()
261 if (has_vp8l_alpha != NULL) *has_vp8l_alpha = features.has_alpha; in StoreFrame()
427 int has_vp8l_alpha = 0; // Frame contains a lossless image with alpha. in ParseSingleImage() local
439 &has_vp8l_alpha); in ParseSingleImage()
454 dmux->feature_flags_ |= has_vp8l_alpha ? ALPHA_FLAG : 0; in ParseSingleImage()