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