Searched refs:dv_presets (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 Dv4l2-common.c647 } dv_presets[] = { local
669 if (info == NULL || preset >= ARRAY_SIZE(dv_presets))
673 info->width = dv_presets[preset].width;
674 info->height = dv_presets[preset].height;
675 strlcpy(info->name, dv_presets[preset].name, sizeof(info->name));

Completed in 89 milliseconds