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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2_core.c1153 int image_type; local
1178 image_type = VIDEOSIZE_QCIF;
1182 image_type = VIDEOSIZE_QVGA;
1186 image_type = VIDEOSIZE_CIF;
1198 if (image_type == VIDEOSIZE_CIF) {
1209 if (image_type == VIDEOSIZE_QCIF) {
1239 if (image_type == VIDEOSIZE_QCIF)
1248 if (image_type == VIDEOSIZE_QCIF)
1254 if (image_type == VIDEOSIZE_QCIF)
1260 if (image_type
1339 int image_type = VIDEOSIZE_VGA; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Ddell_rbu.c70 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable
71 module_param_string(image_type, image_type, sizeof (image_type), 0);
72 MODULE_PARM_DESC(image_type,
533 if (!strcmp(image_type, "mono"))
535 else if (!strcmp(image_type, "packet"))
555 if (!strcmp(image_type, "mono")) {
559 } else if (!strcmp(image_type, "packet")) {
585 size = scnprintf(buffer, count, "%s\n", image_type);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h172 int image_type; member in struct:AVS_VideoInfo
210 { return !!(p->image_type & AVS_IT_FIELDBASED); }
213 { return ((p->image_type & AVS_IT_FIELDBASED)&&(p->image_type & (AVS_IT_BFF | AVS_IT_TFF))); }
216 { return !!(p->image_type & AVS_IT_BFF); }
219 { return !!(p->image_type & AVS_IT_TFF); }
279 { p->image_type|=property; }
282 { p->image_type&=~property; }
285 { if (isfieldbased) p->image_type|=AVS_IT_FIELDBASED; else p->image_type
[all...]
H A Davisynth_c.h216 int image_type; member in struct:AVS_VideoInfo
266 { return !!(p->image_type & AVS_IT_FIELDBASED); }
269 { return ((p->image_type & AVS_IT_FIELDBASED)&&(p->image_type & (AVS_IT_BFF | AVS_IT_TFF))); }
272 { return !!(p->image_type & AVS_IT_BFF); }
275 { return !!(p->image_type & AVS_IT_TFF); }
335 { p->image_type|=property; }
338 { p->image_type&=~property; }
341 { if (isfieldbased) p->image_type|=AVS_IT_FIELDBASED; else p->image_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfavicon.c37 get_url( const char * host, int image_type )
39 return g_strdup_printf( "http://%s/favicon.%s", host, image_types[image_type] );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dperf.c310 uint32_t image_type; local
327 if ((err = copy_from_user(&image_type, buf, sizeof(uint32_t))) != 0)
331 interface_type = (image_type >> 16) & 0xffff;
332 test = (image_type & 0xffff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtexpr.tex46 image_type = "Diamond",
58 image_type = "Spline",

Completed in 105 milliseconds