Lines Matching refs:def_num
1263 __u32 def_num, def_dem;
1271 def_num = (vc->mode.format == FORMAT_NTSC) ? 1001 : 1000;
1277 sp->parm.capture.timeperframe.numerator = def_num;
1280 sp->parm.capture.timeperframe.numerator = def_num * 2;
1283 sp->parm.capture.timeperframe.numerator = def_num * 3;
1286 sp->parm.capture.timeperframe.numerator = def_num * 5;
1303 __u32 def_num, def_dem;
1311 def_num = (mode.format == FORMAT_NTSC) ? 1001 : 1000;
1314 sp->parm.capture.timeperframe.numerator = def_num;
1315 else if (sp->parm.capture.timeperframe.numerator <= def_num)
1316 sp->parm.capture.timeperframe.numerator = def_num;
1317 else if (sp->parm.capture.timeperframe.numerator <= (def_num * 2)) {
1318 sp->parm.capture.timeperframe.numerator = def_num * 2;
1320 } else if (sp->parm.capture.timeperframe.numerator <= (def_num * 3)) {
1321 sp->parm.capture.timeperframe.numerator = def_num * 3;
1324 sp->parm.capture.timeperframe.numerator = def_num * 5;