OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encode_func
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/enc/
picture.c
633
#define
ENCODE_FUNC
(NAME, IMPORTER) \
639
ENCODE_FUNC
(WebPEncodeRGB, WebPPictureImportRGB);
640
ENCODE_FUNC
(WebPEncodeBGR, WebPPictureImportBGR);
641
ENCODE_FUNC
(WebPEncodeRGBA, WebPPictureImportRGBA);
642
ENCODE_FUNC
(WebPEncodeBGRA, WebPPictureImportBGRA);
644
#undef
ENCODE_FUNC
/external/speex/include/speex/
speex.h
227
typedef int (*
encode_func
)(void *state, void *in, SpeexBits *bits);
typedef
273
encode_func
enc;
Completed in 252 milliseconds