Searched refs:WebPDemuxPartial (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Ddemux.h100 // WebPDemuxDelete()) and WebPDemuxPartial() called again on the new data.
102 static WEBP_INLINE WebPDemuxer* WebPDemuxPartial( function
126 // NOTE: values are only valid if WebPDemux() was used or WebPDemuxPartial()
/external/webp/include/webp/
H A Ddemux.h100 // WebPDemuxDelete()) and WebPDemuxPartial() called again on the new data.
102 static WEBP_INLINE WebPDemuxer* WebPDemuxPartial( function
126 // NOTE: values are only valid if WebPDemux() was used or WebPDemuxPartial()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp275 return false; // Wait for headers so that WebPDemuxPartial doesn't return null.
279 m_demux = WebPDemuxPartial(&inputData, &m_demuxState);

Completed in 158 milliseconds