Home
last modified time | relevance | path

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

/external/skia/src/encode/
DSkWebpEncoderImpl.cpp96 WebPPictureImportProc importProc = nullptr; in preprocess_webp_picture() local
99 importProc = WebPPictureImportRGBX; in preprocess_webp_picture()
101 importProc = WebPPictureImportRGBA; in preprocess_webp_picture()
105 importProc = WebPPictureImportBGRA; in preprocess_webp_picture()
109 importProc = WebPPictureImportRGBA; in preprocess_webp_picture()
120 if (!importProc(pic, reinterpret_cast<const uint8_t*>(src->addr()), src->rowBytes())) { in preprocess_webp_picture()