Home | History | Annotate | Download | only in libcamera

Lines Matching refs:step_y

987     int32_t step_x, step_y;
997 step_y = srcHeight / dstHeight;
1001 src_y_start_pos = (y * step_y * (srcWidth * 2));