Home
last modified time | relevance | path

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

/external/webp/include/webp/
Ddecode.h417 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp74 VP8StatusCode status = WebPGetFeatures(buffer, read_bytes, &features); in webp_parse_header()
/external/skia/legacy/src/images/
DSkImageDecoder_libwebp.cpp74 VP8StatusCode status = WebPGetFeatures(buffer, read_bytes, &features); in webp_parse_header()
/external/webp/src/dec/
Didec.c563 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) { in WebPIDecode()
/external/webp/src/demux/
Ddemux.c241 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size, in StoreFrame()
/external/webp/
DREADME443 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);