Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/utils/
Drescaler_utils.c130 !WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerImport()
153 while (WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerExport()
Drescaler_utils.h92 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) { in WebPRescalerHasPendingOutput() function
/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c369 while (WebPRescalerHasPendingOutput(p->scaler_y) && in ExportRGB()
370 WebPRescalerHasPendingOutput(p->scaler_u)) { in ExportRGB()
422 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlpha()
452 while (WebPRescalerHasPendingOutput(p->scaler_a) && in ExportAlphaRGBA4444()
Dvp8l_dec.c587 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()
673 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()