Searched refs:WebPEncodeBGR (Results 1 – 8 of 8) sorted by relevance
/external/webp/swig/ |
D | libwebp.swig | 310 LOSSY_WRAPPER(WebPEncodeBGR) 394 CALL_ENCODE_LOSSY_WRAPPER(WebPEncodeBGR) 432 CALL_ENCODE_LOSSY_WRAPPER(WebPEncodeBGR)
|
D | libwebp.py | 184 def WebPEncodeBGR(rgb, width, height, stride, quality_factor): function
|
D | libwebp_java_wrap.c | 975 LOSSY_WRAPPER(WebPEncodeBGR) in LOSSY_WRAPPER() argument
|
D | libwebp_python_wrap.c | 3489 LOSSY_WRAPPER(WebPEncodeBGR) in LOSSY_WRAPPER() argument
|
/external/webp/src/webp/ |
D | encode.h | 52 WEBP_EXTERN size_t WebPEncodeBGR(const uint8_t* bgr,
|
/external/webp/src/enc/ |
D | picture_enc.c | 283 ENCODE_FUNC(WebPEncodeBGR, WebPPictureImportBGR)
|
/external/webp/doc/ |
D | building.md | 206 WebPEncodeBGR
|
D | api.md | 12 size_t WebPEncodeBGR(const uint8_t* bgr, int width, int height, int stride,
|