Searched refs:FORMAT_NTSC (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.c113 #define FORMAT_NTSC 1 macro
187 #define DEF_MODEI_NTSC_CONT {FORMAT_NTSC, DEF_SCALE, DEF_COLOR, \
1140 if (mode->format == FORMAT_NTSC) {
1379 if (mode.format != FORMAT_NTSC) {
1381 mode.format = FORMAT_NTSC;
1602 def_num = (channel->mode.format == FORMAT_NTSC) ? 1001 : 1000;
1603 def_dem = (channel->mode.format == FORMAT_NTSC) ? 30000 : 25000;
1642 def_num = (mode.format == FORMAT_NTSC) ? 1001 : 1000;
1643 def_dem = (mode.format == FORMAT_NTSC) ? 30000 : 25000;

Completed in 56 milliseconds