Searched refs:FORMAT_NTSC (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c91 #define FORMAT_NTSC 1 macro
165 #define DEF_MODEI_NTSC_CONT {FORMAT_NTSC, DEF_SCALE, DEF_COLOR, \
910 if (mode->format == FORMAT_NTSC) {
1111 if (mode.format != FORMAT_NTSC) {
1113 mode.format = FORMAT_NTSC;
1269 def_num = (vc->mode.format == FORMAT_NTSC) ? 1001 : 1000;
1270 def_dem = (vc->mode.format == FORMAT_NTSC) ? 30000 : 25000;
1309 def_num = (mode.format == FORMAT_NTSC) ? 1001 : 1000;
1310 def_dem = (mode.format == FORMAT_NTSC) ? 30000 : 25000;

Completed in 202 milliseconds