Searched refs:def_num (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Ds2255drv.c1595 __u32 def_num, def_dem; local
1602 def_num = (channel->mode.format == FORMAT_NTSC) ? 1001 : 1000;
1608 sp->parm.capture.timeperframe.numerator = def_num;
1611 sp->parm.capture.timeperframe.numerator = def_num * 2;
1614 sp->parm.capture.timeperframe.numerator = def_num * 3;
1617 sp->parm.capture.timeperframe.numerator = def_num * 5;
1634 __u32 def_num, def_dem; local
1642 def_num = (mode.format == FORMAT_NTSC) ? 1001 : 1000;
1645 sp->parm.capture.timeperframe.numerator = def_num;
1646 else if (sp->parm.capture.timeperframe.numerator <= def_num)
[all...]

Completed in 62 milliseconds