Searched refs:WebPDecBuffer (Results 1 – 13 of 13) sorted by relevance
/external/webp/src/dec/ |
D | webpi_dec.h | 35 WebPDecBuffer* output; // output buffer. 104 WebPDecBuffer* const buffer); 107 VP8StatusCode WebPFlipBuffer(WebPDecBuffer* const buffer); 111 void WebPCopyDecBuffer(const WebPDecBuffer* const src, 112 WebPDecBuffer* const dst); 115 void WebPGrabDecBuffer(WebPDecBuffer* const src, WebPDecBuffer* const dst); 119 VP8StatusCode WebPCopyDecBufferPixels(const WebPDecBuffer* const src, 120 WebPDecBuffer* const dst); 124 int WebPAvoidSlowMemory(const WebPDecBuffer* const output,
|
D | buffer_dec.c | 41 static VP8StatusCode CheckDecBuffer(const WebPDecBuffer* const buffer) { in CheckDecBuffer() 87 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { in AllocateBuffer() 153 VP8StatusCode WebPFlipBuffer(WebPDecBuffer* const buffer) { in WebPFlipBuffer() 180 WebPDecBuffer* const buffer) { in WebPAllocateDecBuffer() 231 int WebPInitDecBufferInternal(WebPDecBuffer* buffer, int version) { in WebPInitDecBufferInternal() 240 void WebPFreeDecBuffer(WebPDecBuffer* buffer) { in WebPFreeDecBuffer() 249 void WebPCopyDecBuffer(const WebPDecBuffer* const src, in WebPCopyDecBuffer() 250 WebPDecBuffer* const dst) { in WebPCopyDecBuffer() 261 void WebPGrabDecBuffer(WebPDecBuffer* const src, WebPDecBuffer* const dst) { in WebPGrabDecBuffer() 271 VP8StatusCode WebPCopyDecBufferPixels(const WebPDecBuffer* const src_buf, in WebPCopyDecBufferPixels() [all …]
|
D | idec_dec.c | 73 WebPDecBuffer output_; // output buffer (when no external one is supplied, 75 WebPDecBuffer* final_output_; // Slow-memory output to copy to eventually. 248 WebPDecBuffer* const output = idec->params_.output; in FinishDecoding() 398 WebPDecBuffer* const output = params->output; in DecodePartition0() 519 WebPDecBuffer* const output = params->output; in DecodeVP8LHeader() 599 static WebPIDecoder* NewDecoder(WebPDecBuffer* const output_buffer, in NewDecoder() 634 WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer) { in WebPINewDecoder() 820 static const WebPDecBuffer* GetOutputBuffer(const WebPIDecoder* const idec) { in GetOutputBuffer() 833 const WebPDecBuffer* WebPIDecodedArea(const WebPIDecoder* idec, in WebPIDecodedArea() 836 const WebPDecBuffer* const src = GetOutputBuffer(idec); in WebPIDecodedArea() [all …]
|
D | webp_dec.c | 532 WebPDecBuffer buf; in DecodeIntoRGBABuffer() 580 WebPDecBuffer output; in WebPDecodeYUVInto() 606 WebPDecBuffer* const keep_info) { in Decode() 608 WebPDecBuffer output; in Decode() 661 WebPDecBuffer output; // only to preserve the side-infos in WebPDecodeYUV() 767 WebPDecBuffer in_mem_buffer; in WebPDecode()
|
D | vp8li_dec.h | 63 const WebPDecBuffer *output_; // shortcut to io->opaque->output
|
D | io_dec.c | 26 WebPDecBuffer* output = p->output; in EmitYUV() 48 WebPDecBuffer* const output = p->output; in EmitSampledRGB()
|
D | vp8l_dec.c | 638 const WebPDecBuffer* const output) { in ConvertToYUVA() 800 const WebPDecBuffer* const output = dec->output_; in ProcessRows()
|
/external/webp/include/webp/ |
D | decode.h | 31 typedef struct WebPDecBuffer WebPDecBuffer; typedef 203 struct WebPDecBuffer { struct 222 WEBP_EXTERN int WebPInitDecBufferInternal(WebPDecBuffer*, int); argument 226 static WEBP_INLINE int WebPInitDecBuffer(WebPDecBuffer* buffer) { in WebPInitDecBuffer() 232 WEBP_EXTERN void WebPFreeDecBuffer(WebPDecBuffer* buffer); 286 WEBP_EXTERN WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer); 378 WEBP_EXTERN const WebPDecBuffer* WebPIDecodedArea( 468 WebPDecBuffer output; // Output buffer (can point to external mem)
|
/external/webp/src/webp/ |
D | decode.h | 31 typedef struct WebPDecBuffer WebPDecBuffer; typedef 203 struct WebPDecBuffer { struct 222 WEBP_EXTERN int WebPInitDecBufferInternal(WebPDecBuffer*, int); argument 226 static WEBP_INLINE int WebPInitDecBuffer(WebPDecBuffer* buffer) { in WebPInitDecBuffer() 232 WEBP_EXTERN void WebPFreeDecBuffer(WebPDecBuffer* buffer); 286 WEBP_EXTERN WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer); 378 WEBP_EXTERN const WebPDecBuffer* WebPIDecodedArea( 468 WebPDecBuffer output; // Output buffer (can point to external mem)
|
/external/ImageMagick/coders/ |
D | webp.c | 217 if (webp_image != (WebPDecBuffer *) NULL) \ in ReadWEBPImage() 248 WebPDecBuffer in ReadWEBPImage()
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 380 SkAutoTCallVProc<WebPDecBuffer, WebPFreeDecBuffer> autoFree(&(config.output)); in onGetPixels()
|
/external/skqp/src/codec/ |
D | SkWebpCodec.cpp | 380 SkAutoTCallVProc<WebPDecBuffer, WebPFreeDecBuffer> autoFree(&(config.output)); in onGetPixels()
|
/external/webp/ |
D | README | 673 WebPDecBuffer buffer;
|