Searched refs:has_vp8l_alpha (Results 1 – 1 of 1) sorted by relevance
203 int* const has_vp8l_alpha) { in StoreFrame() argument209 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() local439 &has_vp8l_alpha); in ParseSingleImage()454 dmux->feature_flags_ |= has_vp8l_alpha ? ALPHA_FLAG : 0; in ParseSingleImage()