Home | History | Annotate | Download | only in enc

Lines Matching refs:ENCODE_FUNC

1085 #define ENCODE_FUNC(NAME, IMPORTER)                                     \
1091 ENCODE_FUNC(WebPEncodeRGB, WebPPictureImportRGB);
1092 ENCODE_FUNC(WebPEncodeBGR, WebPPictureImportBGR);
1093 ENCODE_FUNC(WebPEncodeRGBA, WebPPictureImportRGBA);
1094 ENCODE_FUNC(WebPEncodeBGRA, WebPPictureImportBGRA);
1096 #undef ENCODE_FUNC