Home | History | Annotate | Download | only in libcamera

Lines Matching refs:step_y

3512     int32_t step_x, step_y;
3522 step_y = srcHeight / dstHeight;
3526 src_y_start_pos = (y * step_y * (srcWidth * 2));