Home | History | Annotate | Download | only in libcamera

Lines Matching full:dstheight

967                                         char *dstBuf, uint32_t dstWidth, uint32_t dstHeight)
973 if (dstWidth % 2 != 0 || dstHeight % 2 != 0){
979 step_y = srcHeight / dstHeight;
982 for (uint32_t y = 0; y < dstHeight; y++) {