OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPGetInfo
(Results
1 - 3
of
3
) sorted by null
/external/webp/include/webp/
decode.h
51
WEBP_EXTERN int
WebPGetInfo
(const uint8_t* data, size_t data_size,
/external/webp/src/webp/
decode.h
51
WEBP_EXTERN int
WebPGetInfo
(const uint8_t* data, size_t data_size,
/external/webp/src/dec/
webp_dec.c
616
if (!
WebPGetInfo
(data, data_size, &output.width, &output.height)) {
696
//
WebPGetInfo
()
698
int
WebPGetInfo
(const uint8_t* data, size_t data_size,
Completed in 72 milliseconds