Home
last modified time | relevance | path

Searched refs:WebPDemuxPartial (Results 1 – 5 of 5) sorted by relevance

/external/webp/tests/fuzzer/
Dmux_demux_api_fuzzer.c63 demux = WebPDemuxPartial(&webp_data, &state); in LLVMFuzzerTestOneInput()
/external/webp/include/webp/
Ddemux.h106 static WEBP_INLINE WebPDemuxer* WebPDemuxPartial( in WebPDemuxPartial() function
/external/webp/src/webp/
Ddemux.h106 static WEBP_INLINE WebPDemuxer* WebPDemuxPartial( in WebPDemuxPartial() function
/external/skia/src/codec/
DSkWebpCodec.cpp62 SkAutoTCallVProc<WebPDemuxer, WebPDemuxDelete> demux(WebPDemuxPartial(&webpData, &state)); in MakeFromStream()
/external/skqp/src/codec/
DSkWebpCodec.cpp63 SkAutoTCallVProc<WebPDemuxer, WebPDemuxDelete> demux(WebPDemuxPartial(&webpData, &state)); in MakeFromStream()