Home
last modified time | relevance | path

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

/external/webp/src/utils/
Drescaler.h61 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) { in WebPRescalerHasPendingOutput() function
Drescaler.c143 while (WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerExport()
/external/chromium_org/third_party/libwebp/utils/
Drescaler.h61 int WebPRescalerHasPendingOutput(const WebPRescaler* const rescaler) { in WebPRescalerHasPendingOutput() function
Drescaler.c143 while (WebPRescalerHasPendingOutput(rescaler)) { in WebPRescalerExport()
/external/webp/src/dec/
Dio.c369 while (WebPRescalerHasPendingOutput(&p->scaler_y) && in ExportRGB()
370 WebPRescalerHasPendingOutput(&p->scaler_u)) { in ExportRGB()
420 while (WebPRescalerHasPendingOutput(&p->scaler_a)) { in ExportAlpha()
449 while (WebPRescalerHasPendingOutput(&p->scaler_a)) { in ExportAlphaRGBA4444()
Dvp8l.c410 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()
523 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()
/external/chromium_org/third_party/libwebp/dec/
Dio.c369 while (WebPRescalerHasPendingOutput(&p->scaler_y) && in ExportRGB()
370 WebPRescalerHasPendingOutput(&p->scaler_u)) { in ExportRGB()
420 while (WebPRescalerHasPendingOutput(&p->scaler_a)) { in ExportAlpha()
449 while (WebPRescalerHasPendingOutput(&p->scaler_a)) { in ExportAlphaRGBA4444()
Dvp8l.c411 while (WebPRescalerHasPendingOutput(rescaler)) { in Export()
524 while (WebPRescalerHasPendingOutput(rescaler)) { in ExportYUVA()