HomeSort by relevance Sort by last modified time
    Searched refs:WebPGetFeatures (Results 1 - 8 of 8) sorted by null

  /external/webp/include/webp/
decode.h 385 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
428 static WEBP_INLINE VP8StatusCode WebPGetFeatures(
464 // called first, unless WebPGetFeatures() is to be called.
  /external/webp/src/webp/
decode.h 385 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
428 static WEBP_INLINE VP8StatusCode WebPGetFeatures(
464 // called first, unless WebPGetFeatures() is to be called.
  /external/webp/src/demux/
demux.c 22 #include "src/webp/decode.h" // WebPGetFeatures
255 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size,
261 // We have enough data, and yet WebPGetFeatures() failed.
666 WebPGetFeatures(mem->buf_, mem->buf_size_, &features);
  /external/ImageMagick/coders/
webp.c 279 webp_status=WebPGetFeatures(stream,length,features);
  /external/skia/src/codec/
SkWebpCodec.cpp 120 switch (WebPGetFeatures(frame.fragment.bytes, frame.fragment.size, &features)) {
  /external/skqp/src/codec/
SkWebpCodec.cpp 120 switch (WebPGetFeatures(frame.fragment.bytes, frame.fragment.size, &features)) {
  /external/webp/src/dec/
idec_dec.c 637 if (WebPGetFeatures(data, data_size, features) != VP8_STATUS_OK) {
  /external/webp/src/mux/
anim_encode.c     [all...]

Completed in 412 milliseconds