Home
last modified time | relevance | path

Searched refs:WebPDemux (Results 1 – 9 of 9) sorted by relevance

/external/webp/tests/fuzzer/
Dmux_demux_api_fuzzer.cc76 demux = WebPDemux(&webp_data); in MuxDemuxApiTest()
Danimation_api_fuzzer.cc37 WebPDemuxer* const demux = WebPDemux(&webp_data); in AnimationApiTest()
/external/webp/src/webp/
Ddemux.h95 WEBP_NODISCARD static WEBP_INLINE WebPDemuxer* WebPDemux(const WebPData* data) { in WebPDemux() function
/external/webp/
Diosbuild.sh171 ${LIPO} -create ${DEMUXLIBLIST} -output ${DEMUXTARGETDIR}/WebPDemux
DChangeLog4233 26bf2232 Merge "libwebp: add WebPDemux stub functions"
4239 f8f94081 libwebp: add WebPDemux stub functions
/external/webp/imageio/
Dwebpdec.c114 WebPDemuxer* const demux = WebPDemux(&webp_data); in ExtractMetadata()
/external/webp/src/demux/
Danim_decode.c126 dec->demux_ = WebPDemux(webp_data); in WebPAnimDecoderNewInternal()
/external/webp/examples/
Dvwebp.c584 kParams.dmux = WebPDemux(&kParams.data); in main()
/external/webp/doc/
Dapi.md297 WebPDemuxer* demux = WebPDemux(&webp_data);