Lines Matching refs:webp
168 webp = wrap_WebPEncodeRGB(
170 if len(webp[0]) == 0:
172 return webp[0]
177 webp = wrap_WebPEncodeRGBA(
179 if len(webp[0]) == 0:
181 return webp[0]
186 webp = wrap_WebPEncodeBGR(
188 if len(webp[0]) == 0:
190 return webp[0]
195 webp = wrap_WebPEncodeBGRA(
197 if len(webp[0]) == 0:
199 return webp[0]
204 webp = wrap_WebPEncodeLosslessRGB(rgb, _UNUSED, _UNUSED, width, height, stride)
205 if len(webp[0]) == 0:
207 return webp[0]
212 webp = wrap_WebPEncodeLosslessRGBA(rgb, _UNUSED, _UNUSED, width, height, stride)
213 if len(webp[0]) == 0:
215 return webp[0]
220 webp = wrap_WebPEncodeLosslessBGR(rgb, _UNUSED, _UNUSED, width, height, stride)
221 if len(webp[0]) == 0:
223 return webp[0]
228 webp = wrap_WebPEncodeLosslessBGRA(rgb, _UNUSED, _UNUSED, width, height, stride)
229 if len(webp[0]) == 0:
231 return webp[0]