Searched refs:importProc (Results 1 – 1 of 1) sorted by relevance
96 WebPPictureImportProc importProc = nullptr; in preprocess_webp_picture() local99 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()