Home | History | Annotate | Download | only in libcamera

Lines Matching refs:step_x

3512     int32_t step_x, step_y;
3521 step_x = srcWidth / dstWidth;
3529 src_pos = src_y_start_pos + (x * (step_x * 2));