Home | History | Annotate | Download | only in libcamera

Lines Matching refs:dstWidth

3510                                              char *dstBuf, uint32_t dstWidth, uint32_t dstHeight)
3516 if (dstWidth % 2 != 0 || dstHeight % 2 != 0) {
3521 step_x = srcWidth / dstWidth;
3528 for (uint32_t x = 0; x < dstWidth; x += 2) {