Home
last modified time | relevance | path

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

/external/webp/include/webp/
Ddemux.h94 static WEBP_INLINE WebPDemuxer* WebPDemux(const WebPData* data) { in WebPDemux() function
/external/webp/src/webp/
Ddemux.h94 static WEBP_INLINE WebPDemuxer* WebPDemux(const WebPData* data) { in WebPDemux() function
/external/webp/src/demux/
Danim_decode.c106 dec->demux_ = WebPDemux(webp_data); in WebPAnimDecoderNewInternal()