Searched refs:WebPIDecGetYUVA (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | decode.h | 358 WEBP_EXTERN uint8_t* WebPIDecGetYUVA( 368 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | decode.h | 358 WEBP_EXTERN uint8_t* WebPIDecGetYUVA( 368 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | decode.h | 358 WEBP_EXTERN uint8_t* WebPIDecGetYUVA( 368 return WebPIDecGetYUVA(idec, last_y, u, v, NULL, width, height, in WebPIDecGetYUV()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | NEWS | 185 New functions: WebPINewYUVA, WebPIDecGetYUVA
|
A D | README | 702 method: WebPIDecGetRGB or WebPIDecGetYUVA.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | idec_dec.c | 865 uint8_t* WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, in WebPIDecGetYUVA() function
|
Completed in 10 milliseconds