Searched refs:WebPEncodeBGRA (Results 1 – 8 of 8) sorted by relevance
/external/webp/swig/ |
D | libwebp.swig | 312 LOSSY_WRAPPER(WebPEncodeBGRA) 395 CALL_ENCODE_LOSSY_WRAPPER(WebPEncodeBGRA) 433 CALL_ENCODE_LOSSY_WRAPPER(WebPEncodeBGRA)
|
D | libwebp.py | 193 def WebPEncodeBGRA(rgb, width, height, stride, quality_factor): function
|
D | libwebp_java_wrap.c | 977 LOSSY_WRAPPER(WebPEncodeBGRA) in LOSSY_WRAPPER()
|
D | libwebp_python_wrap.c | 3491 LOSSY_WRAPPER(WebPEncodeBGRA) in LOSSY_WRAPPER()
|
/external/webp/src/webp/ |
D | encode.h | 58 WEBP_EXTERN size_t WebPEncodeBGRA(const uint8_t* bgra,
|
/external/webp/src/enc/ |
D | picture_enc.c | 284 ENCODE_FUNC(WebPEncodeBGRA, WebPPictureImportBGRA)
|
/external/webp/doc/ |
D | building.md | 204 WebPEncodeBGRA
|
D | api.md | 16 size_t WebPEncodeBGRA(const uint8_t* bgra, int width, int height, int stride,
|