Home
last modified time | relevance | path

Searched refs:WebPRescalerHasPendingOutput (Results 1 – 4 of 4) 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/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.c428 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()
547 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()