Searched refs:WebPGetFeatures (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | animdecoder_fuzzer.cc | 25 if (WebPGetFeatures(data, size, &features) == VP8_STATUS_OK) { in LLVMFuzzerTestOneInput()
|
D | advanced_api_fuzzer.c | 26 if (WebPGetFeatures(data, size, &config.input) != VP8_STATUS_OK) return 0; in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | webpdec.c | 66 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/ |
D | quality_estimate.c | 54 if (WebPGetFeatures(data, size, &features) != VP8_STATUS_OK) { in VP8EstimateQuality()
|
D | webp_to_sdl.c | 51 status = WebPGetFeatures((uint8_t*)data, (size_t)data_size, &config.input); in WebpToSDL()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 437 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
|
/third_party/gstreamer/gstplugins_bad/ext/webp/ |
D | gstwebpdec.c | 377 if (WebPGetFeatures (map_info->data, map_info->size, in gst_webp_dec_update_src_caps()
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 259 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size, in StoreFrame() 677 WebPGetFeatures(mem->buf_, mem->buf_size_, &features); in CreateRawImageDemuxer()
|
D | anim_decode.c | 98 if (WebPGetFeatures(webp_data->bytes, webp_data->size, &features) != in WebPAnimDecoderNewInternal()
|
/third_party/skia/tests/ |
D | EncodeTest.cpp | 366 auto status = WebPGetFeatures(data->bytes(), data->size(), &features); in DEF_TEST()
|
/third_party/skia/src/codec/ |
D | SkWebpCodec.cpp | 121 switch (WebPGetFeatures(frame.fragment.bytes, frame.fragment.size, &features)) { in MakeFromStream()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpmux.c | 234 const VP8StatusCode status = WebPGetFeatures( in DisplayInfo()
|
D | webpinfo.c | 795 WebPGetFeatures(data, chunk_data->size_, &features); in ProcessImageChunk()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | idec_dec.c | 653 if (WebPGetFeatures(data, data_size, features) != VP8_STATUS_OK) { in WebPIDecode()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 1428 if (WebPGetFeatures(image->bytes, image->size, &config.input) != in DecodeFrameOntoCanvas()
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 732 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
|
D | ChangeLog | 3028 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:
|