Home | History | Annotate | Download | only in libcamera

Lines Matching refs:dstHeight

3510                                              char *dstBuf, uint32_t dstWidth, uint32_t dstHeight)
3516 if (dstWidth % 2 != 0 || dstHeight % 2 != 0) {
3522 step_y = srcHeight / dstHeight;
3525 for (uint32_t y = 0; y < dstHeight; y++) {