Lines Matching refs:def_num
1261 __u32 def_num, def_dem;
1269 def_num = (vc->mode.format == FORMAT_NTSC) ? 1001 : 1000;
1275 sp->parm.capture.timeperframe.numerator = def_num;
1278 sp->parm.capture.timeperframe.numerator = def_num * 2;
1281 sp->parm.capture.timeperframe.numerator = def_num * 3;
1284 sp->parm.capture.timeperframe.numerator = def_num * 5;
1301 __u32 def_num, def_dem;
1309 def_num = (mode.format == FORMAT_NTSC) ? 1001 : 1000;
1312 sp->parm.capture.timeperframe.numerator = def_num;
1313 else if (sp->parm.capture.timeperframe.numerator <= def_num)
1314 sp->parm.capture.timeperframe.numerator = def_num;
1315 else if (sp->parm.capture.timeperframe.numerator <= (def_num * 2)) {
1316 sp->parm.capture.timeperframe.numerator = def_num * 2;
1318 } else if (sp->parm.capture.timeperframe.numerator <= (def_num * 3)) {
1319 sp->parm.capture.timeperframe.numerator = def_num * 3;
1322 sp->parm.capture.timeperframe.numerator = def_num * 5;