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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvino.c3094 struct vino_channel_settings tempvcs; local
3105 memcpy(&tempvcs, vcs, sizeof(struct vino_channel_settings));
3108 tempvcs.data_format = vino_find_data_format(pf->pixelformat);
3109 if (tempvcs.data_format == VINO_DATA_FMT_NONE) {
3110 tempvcs.data_format = VINO_DATA_FMT_GREY;
3112 vino_data_formats[tempvcs.data_format].
3117 vino_set_scaling(&tempvcs, pf->width, pf->height);
3120 vino_data_formats[tempvcs.data_format].description);
3122 pf->width = (tempvcs.clipping.right - tempvcs
[all...]

Completed in 56 milliseconds