Searched refs:WebPRescalerHasPendingOutput (Results 1 – 8 of 8) sorted by relevance
69 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) { in WebPRescalerHasPendingOutput() function
326 while (WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerExport()
374 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()
427 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()546 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()