Lines Matching defs:h_start
174 .h_start = 0, \
184 .h_start = 0, \
330 .h_start = 0,
367 dev->crop_bounds.left = norm->h_start;
368 dev->crop_defrect.left = norm->h_start;
369 dev->crop_bounds.width = norm->h_stop - norm->h_start +1;
370 dev->crop_defrect.width = norm->h_stop - norm->h_start +1;
528 int h_start, h_stop, v_start, v_stop;
532 h_start = dev->crop_current.left;
537 saa_writeb(SAA7134_VIDEO_H_START1(task), h_start & 0xff);
538 saa_writeb(SAA7134_VIDEO_H_START2(task), h_start >> 8);