Searched refs:WebPGetFeatures (Results 1 – 6 of 6) sorted by relevance
/external/webp/include/webp/ |
D | decode.h | 417 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
|
/external/skia/src/images/ |
D | SkImageDecoder_libwebp.cpp | 74 VP8StatusCode status = WebPGetFeatures(buffer, read_bytes, &features); in webp_parse_header()
|
/external/skia/legacy/src/images/ |
D | SkImageDecoder_libwebp.cpp | 74 VP8StatusCode status = WebPGetFeatures(buffer, read_bytes, &features); in webp_parse_header()
|
/external/webp/src/dec/ |
D | idec.c | 563 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) { in WebPIDecode()
|
/external/webp/src/demux/ |
D | demux.c | 241 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size, in StoreFrame()
|
/external/webp/ |
D | README | 443 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
|