Searched refs:WebPGetFeatures (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h378 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
426 static WEBP_INLINE VP8StatusCode WebPGetFeatures( function
471 // called first, unless WebPGetFeatures() is to be called.
/external/webp/include/webp/
H A Ddecode.h378 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
426 static WEBP_INLINE VP8StatusCode WebPGetFeatures( function
471 // called first, unless WebPGetFeatures() is to be called.
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp550 if (WebPGetFeatures(dataBytes, dataSize, &features) != VP8_STATUS_OK)
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp73 VP8StatusCode status = WebPGetFeatures(buffer, totalBytesRead, &features);
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp73 VP8StatusCode status = WebPGetFeatures(buffer, totalBytesRead, &features);
/external/webp/examples/
H A Ddwebp.c458 status = WebPGetFeatures(data, data_size, bitstream);
/external/chromium_org/third_party/libwebp/dec/
H A Didec.c599 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) {
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c22 #include "../webp/decode.h" // WebPGetFeatures
241 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size,
247 // We have enough data, and yet WebPGetFeatures() failed.
/external/webp/src/dec/
H A Didec.c599 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) {
/external/webp/src/demux/
H A Ddemux.c22 #include "webp/decode.h" // WebPGetFeatures
241 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size,
247 // We have enough data, and yet WebPGetFeatures() failed.

Completed in 307 milliseconds