Lines Matching defs:step
125 const u32 step = frame->dwFrameInterval[2];
127 interval = min + (interval - min + step/2) / step * step;
990 qec->step = qc.step;
1303 fival->stepwise.step.numerator = frame->dwFrameInterval[2];
1304 fival->stepwise.step.denominator = 10000000;
1309 uvc_simplify_fraction(&fival->stepwise.step.numerator,
1310 &fival->stepwise.step.denominator, 8, 333);