Searched refs:WebPIDecoder (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | decode.h | 32 typedef struct WebPIDecoder WebPIDecoder; typedef 286 WEBP_EXTERN WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer); 298 WEBP_EXTERN WebPIDecoder* WebPINewRGB( 313 WEBP_EXTERN WebPIDecoder* WebPINewYUVA( 321 WEBP_EXTERN WebPIDecoder* WebPINewYUV( 328 WEBP_EXTERN void WebPIDelete(WebPIDecoder* idec); 334 WebPIDecoder* idec, const uint8_t* data, size_t data_size); 342 WebPIDecoder* idec, const uint8_t* data, size_t data_size); 352 const WebPIDecoder* idec, int* last_y, 359 const WebPIDecoder* idec, int* last_y, [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | decode.h | 32 typedef struct WebPIDecoder WebPIDecoder; typedef 286 WEBP_EXTERN WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer); 298 WEBP_EXTERN WebPIDecoder* WebPINewRGB( 313 WEBP_EXTERN WebPIDecoder* WebPINewYUVA( 321 WEBP_EXTERN WebPIDecoder* WebPINewYUV( 328 WEBP_EXTERN void WebPIDelete(WebPIDecoder* idec); 334 WebPIDecoder* idec, const uint8_t* data, size_t data_size); 342 WebPIDecoder* idec, const uint8_t* data, size_t data_size); 352 const WebPIDecoder* idec, int* last_y, 359 const WebPIDecoder* idec, int* last_y, [all …]
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | decode.h | 32 typedef struct WebPIDecoder WebPIDecoder; typedef 286 WEBP_EXTERN WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer); 298 WEBP_EXTERN WebPIDecoder* WebPINewRGB( 313 WEBP_EXTERN WebPIDecoder* WebPINewYUVA( 321 WEBP_EXTERN WebPIDecoder* WebPINewYUV( 328 WEBP_EXTERN void WebPIDelete(WebPIDecoder* idec); 334 WebPIDecoder* idec, const uint8_t* data, size_t data_size); 342 WebPIDecoder* idec, const uint8_t* data, size_t data_size); 352 const WebPIDecoder* idec, int* last_y, 359 const WebPIDecoder* idec, int* last_y, [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | idec_dec.c | 65 struct WebPIDecoder { struct 203 static int RemapMemBuffer(WebPIDecoder* const idec, in RemapMemBuffer() 564 static VP8StatusCode IDecode(WebPIDecoder* idec) { in IDecode() 601 WebPIDecoder* idec = (WebPIDecoder*)WebPSafeCalloc(1ULL, sizeof(*idec)); in NewDecoder() 640 WebPIDecoder* idec; in WebPIDecode() 666 void WebPIDelete(WebPIDecoder* idec) { in WebPIDelete() 690 WebPIDecoder* idec; in WebPINewRGB() 716 WebPIDecoder* idec; in WebPINewYUVA() 776 VP8StatusCode WebPIAppend(WebPIDecoder* idec, in WebPIAppend() 797 VP8StatusCode WebPIUpdate(WebPIDecoder* idec, in WebPIUpdate() [all …]
|
A D | vp8_dec.h | 116 int WebPISetIOHooks(WebPIDecoder* const idec,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | webpdec.c | 96 WebPIDecoder* const idec = WebPIDecode(data, data_size, config); in DecodeWebPIncremental()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 669 is stored into an instance of the WebPIDecoder object. This object can be 677 WebPIDecoder* idec = WebPINewDecoder(&buffer); 706 buffer. This buffer must be passed when creating a WebPIDecoder, calling 755 WebPIDecoder* const idec = WebPIDecode(NULL, NULL, &config);
|
Completed in 12 milliseconds