Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Danimdecoder_fuzzer.cc25 if (WebPGetFeatures(data, size, &features) == VP8_STATUS_OK) { in LLVMFuzzerTestOneInput()
Dadvanced_api_fuzzer.c26 if (WebPGetFeatures(data, size, &config.input) != VP8_STATUS_OK) return 0; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/imageio/
Dwebpdec.c66 status = WebPGetFeatures(*data, *data_size, bitstream); in LoadWebP()
160 status = WebPGetFeatures(data, data_size, bitstream); in ReadWebP()
/third_party/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c54 if (WebPGetFeatures(data, size, &features) != VP8_STATUS_OK) { in VP8EstimateQuality()
Dwebp_to_sdl.c51 status = WebPGetFeatures((uint8_t*)data, (size_t)data_size, &config.input); in WebpToSDL()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h437 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c377 if (WebPGetFeatures (map_info->data, map_info->size, in gst_webp_dec_update_src_caps()
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c259 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size, in StoreFrame()
677 WebPGetFeatures(mem->buf_, mem->buf_size_, &features); in CreateRawImageDemuxer()
Danim_decode.c98 if (WebPGetFeatures(webp_data->bytes, webp_data->size, &features) != in WebPAnimDecoderNewInternal()
/third_party/skia/tests/
DEncodeTest.cpp366 auto status = WebPGetFeatures(data->bytes(), data->size(), &features); in DEF_TEST()
/third_party/skia/src/codec/
DSkWebpCodec.cpp121 switch (WebPGetFeatures(frame.fragment.bytes, frame.fragment.size, &features)) { in MakeFromStream()
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c234 const VP8StatusCode status = WebPGetFeatures( in DisplayInfo()
Dwebpinfo.c795 WebPGetFeatures(data, chunk_data->size_, &features); in ProcessImageChunk()
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c653 if (WebPGetFeatures(data, data_size, features) != VP8_STATUS_OK) { in WebPIDecode()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c1428 if (WebPGetFeatures(image->bytes, image->size, &config.input) != in DecodeFrameOntoCanvas()
/third_party/skia/third_party/externals/libwebp/
DREADME732 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
DChangeLog3028 7368b8cb Merge "WebPGetFeatures() out of if condition for clarity."
3037 988b8f56 WebPGetFeatures() out of if condition for clarity.
3039 4d0f7c55 Merge "WebPGetFeatures() behavior change:"
3048 956b217a WebPGetFeatures() behavior change: