Home
last modified time | relevance | path

Searched refs:WebPRescalerHasPendingOutput (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/utils/
Drescaler.h69 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) { in WebPRescalerHasPendingOutput() function
Drescaler.c326 while (WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerExport()
/external/chromium_org/third_party/libwebp/utils/
Drescaler.h69 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) { in WebPRescalerHasPendingOutput() function
Drescaler.c326 while (WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerExport()
/external/chromium_org/third_party/libwebp/dec/
Dio.c374 while (WebPRescalerHasPendingOutput(&p->scaler_y) && in ExportRGB()
375 WebPRescalerHasPendingOutput(&p->scaler_u)) { in ExportRGB()
425 while (WebPRescalerHasPendingOutput(&p->scaler_a)) { in ExportAlpha()
458 while (WebPRescalerHasPendingOutput(&p->scaler_a)) { in ExportAlphaRGBA4444()
Dvp8l.c427 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()
546 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()
/external/webp/src/dec/
Dio.c374 while (WebPRescalerHasPendingOutput(&p->scaler_y) && in ExportRGB()
375 WebPRescalerHasPendingOutput(&p->scaler_u)) { in ExportRGB()
425 while (WebPRescalerHasPendingOutput(&p->scaler_a)) { in ExportAlpha()
458 while (WebPRescalerHasPendingOutput(&p->scaler_a)) { in ExportAlphaRGBA4444()
Dvp8l.c427 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()
546 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()