Lines Matching defs:is_ntsc
741 int is_ntsc = vc->std & V4L2_STD_525_60;
746 (is_ntsc ? NUM_LINES_1CIFS_NTSC : NUM_LINES_1CIFS_PAL) * 2)
763 int is_ntsc = vc->std & V4L2_STD_525_60;
771 __func__, is_ntsc, f->fmt.pix.width, f->fmt.pix.height);
772 if (is_ntsc) {
1353 int is_ntsc = vc->std & V4L2_STD_525_60;
1363 fe->discrete = is_ntsc ? ntsc_sizes[fe->index] : pal_sizes[fe->index];
1373 int is_ntsc = vc->std & V4L2_STD_525_60;
1385 sizes = is_ntsc ? ntsc_sizes : pal_sizes;
1394 fe->discrete.denominator = is_ntsc ? 30000 : 25000;
1395 fe->discrete.numerator = (is_ntsc ? 1001 : 1000) * frm_dec[fe->index];