Searched refs:WebPGetFeatures (Results 1 – 10 of 10) sorted by relevance
/external/webp/include/webp/ |
D | decode.h | 440 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
|
/external/webp/src/webp/ |
D | decode.h | 440 static WEBP_INLINE VP8StatusCode WebPGetFeatures( in WebPGetFeatures() function
|
/external/webp/src/demux/ |
D | demux.c | 255 WebPGetFeatures(mem->buf_ + chunk_start_offset, chunk_size, in StoreFrame() 666 WebPGetFeatures(mem->buf_, mem->buf_size_, &features); in CreateRawImageDemuxer()
|
/external/skia/tests/ |
D | EncodeTest.cpp | 325 auto status = WebPGetFeatures(data->bytes(), data->size(), &features); in DEF_TEST()
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 122 switch (WebPGetFeatures(frame.fragment.bytes, frame.fragment.size, &features)) { in MakeFromStream()
|
/external/skqp/src/codec/ |
D | SkWebpCodec.cpp | 122 switch (WebPGetFeatures(frame.fragment.bytes, frame.fragment.size, &features)) { in MakeFromStream()
|
/external/ImageMagick/coders/ |
D | webp.c | 293 webp_status=WebPGetFeatures(stream,length,features); in ReadWEBPImage()
|
/external/webp/src/dec/ |
D | idec_dec.c | 648 if (WebPGetFeatures(data, data_size, features) != VP8_STATUS_OK) { in WebPIDecode()
|
/external/webp/src/mux/ |
D | anim_encode.c | 1424 if (WebPGetFeatures(image->bytes, image->size, &config.input) != in DecodeFrameOntoCanvas()
|
/external/webp/ |
D | README | 726 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
|