Searched refs:WebPRescalerHasPendingOutput (Results 1 – 4 of 4) sorted by relevance
118 while (total_imported < num_lines && !WebPRescalerHasPendingOutput(wrk)) { in WebPRescalerImport()141 while (WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerExport()
91 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) { in WebPRescalerHasPendingOutput() function
358 while (WebPRescalerHasPendingOutput(p->scaler_y) && in ExportRGB()359 WebPRescalerHasPendingOutput(p->scaler_u)) { in ExportRGB()411 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlpha()441 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlphaRGBA4444()
579 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()665 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()