Home
last modified time | relevance | path

Searched refs:WebPPictureImportBGRA (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/encode/
DSkWebpEncoder.cpp103 #ifdef WebPPictureImportBGRA in preprocess_webp_picture()
105 importProc = WebPPictureImportBGRA; in preprocess_webp_picture()
/external/webp/src/enc/
Dpicture_enc.c284 ENCODE_FUNC(WebPEncodeBGRA, WebPPictureImportBGRA)
299 LOSSLESS_ENCODE_FUNC(WebPEncodeLosslessBGRA, WebPPictureImportBGRA)
Dpicture_csp_enc.c805 int WebPPictureImportBGRA(WebPPicture* picture, in WebPPictureImportBGRA() function
/external/webp/src/webp/
Dencode.h478 WEBP_EXTERN int WebPPictureImportBGRA(
/external/webp/imageio/
Dwicdec.c255 { &GUID_WICPixelFormat32bppBGRA_, 4, WebPPictureImportBGRA }, in ReadPictureWithWIC()