Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dgrfmt_webp.cpp81 if(VP8_STATUS_OK == WebPGetFeatures((uint8_t *)signature.c_str(), in checkSignature()
139 if(VP8_STATUS_OK == WebPGetFeatures(data.ptr(), WEBP_HEADER_SIZE, &features)) in readHeader()
/external/skia/src/codec/
DSkWebpCodec.cpp47 VP8StatusCode status = WebPGetFeatures(buffer, WEBP_VP8_HEADER_SIZE, &features); in webp_parse_header()
/external/webp/include/webp/
Ddecode.h424 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h426 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
/external/webp/src/webp/
Ddecode.h424 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
/external/webp/src/demux/
Ddemux.c253 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size, in StoreFrame()
665 WebPGetFeatures(mem->buf_, mem->buf_size_, &features); in CreateRawImageDemuxer()
/external/ImageMagick/coders/
Dwebp.c275 webp_status=WebPGetFeatures(stream,length,features); in ReadWEBPImage()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp71 VP8StatusCode status = WebPGetFeatures(buffer, totalBytesRead, &features); in webp_parse_header()
/external/webp/src/dec/
Didec.c609 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) { in WebPIDecode()
/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c247 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size, in StoreFrame()
/external/opencv3/3rdparty/libwebp/dec/
Didec.c589 if (WebPGetFeatures(data, data_size, &config->input) != VP8_STATUS_OK) { in WebPIDecode()
/external/webp/
DREADME586 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);