Searched refs:WebPEncodeRGB (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp.swig | 309 LOSSY_WRAPPER(WebPEncodeRGB) 392 CALL_ENCODE_LOSSY_WRAPPER(WebPEncodeRGB) 430 CALL_ENCODE_LOSSY_WRAPPER(WebPEncodeRGB)
|
HD | libwebp.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | libwebp.py | 166 def WebPEncodeRGB(rgb, width, height, stride, quality_factor): function
|
H A D | libwebp_java_wrap.c | 974 LOSSY_WRAPPER(WebPEncodeRGB)
|
H A D | libwebp_python_wrap.c | 3488 LOSSY_WRAPPER(WebPEncodeRGB)
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | encode.h | 49 WEBP_EXTERN size_t WebPEncodeRGB(const uint8_t* rgb,
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | picture_enc.c | 280 ENCODE_FUNC(WebPEncodeRGB, WebPPictureImportRGB)
|
/aosp_15_r20/external/webp/doc/ |
H A D | building.md | 205 WebPEncodeRGB
|
H A D | api.md | 10 size_t WebPEncodeRGB(const uint8_t* rgb, int width, int height, int stride,
|