WebPData          706 third_party/libwebp/demux/demux.c WebPDemuxer* WebPDemuxInternal(const WebPData* data, int allow_partial,
WebPData           86 third_party/libwebp/webp/demux.h     const WebPData*, int, WebPDemuxState*, int);
WebPData           90 third_party/libwebp/webp/demux.h static WEBP_INLINE WebPDemuxer* WebPDemux(const WebPData* data) {
WebPData          103 third_party/libwebp/webp/demux.h     const WebPData* data, WebPDemuxState* state) {
WebPData          145 third_party/libwebp/webp/demux.h   WebPData fragment;  // The frame or fragment given by 'frame_num' and
WebPData          188 third_party/libwebp/webp/demux.h   WebPData chunk;    // The payload of the chunk.
WebPData          121 third_party/libwebp/webp/mux.h WEBP_EXTERN(WebPMux*) WebPMuxCreateInternal(const WebPData*, int, int);
WebPData          131 third_party/libwebp/webp/mux.h static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream,
WebPData          159 third_party/libwebp/webp/mux.h     WebPMux* mux, const char fourcc[4], const WebPData* chunk_data,
WebPData          175 third_party/libwebp/webp/mux.h     const WebPMux* mux, const char fourcc[4], WebPData* chunk_data);
WebPData          195 third_party/libwebp/webp/mux.h   WebPData    bitstream;  // image data: can be a raw VP8/VP8L bitstream
WebPData          221 third_party/libwebp/webp/mux.h     WebPMux* mux, const WebPData* bitstream, int copy_data);
WebPData          369 third_party/libwebp/webp/mux.h                                           WebPData* assembled_data);
WebPData           30 third_party/libwebp/webp/mux_types.h typedef struct WebPData WebPData;
WebPData           64 third_party/libwebp/webp/mux_types.h static WEBP_INLINE void WebPDataInit(WebPData* webp_data) {
WebPData           72 third_party/libwebp/webp/mux_types.h static WEBP_INLINE void WebPDataClear(WebPData* webp_data) {
WebPData           81 third_party/libwebp/webp/mux_types.h static WEBP_INLINE int WebPDataCopy(const WebPData* src, WebPData* dst) {