Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c212 int alpha_chunks = 0; in StoreFrame() local
239 if (alpha_chunks == 0) { in StoreFrame()
240 ++alpha_chunks; in StoreFrame()
251 if (alpha_chunks > 0) return PARSE_ERROR; // VP8L has its own alpha in StoreFrame()