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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_v4l2.c892 struct v4l2_cropcap *ccap = arg; local
895 if (ccap->type != stream->type)
898 ccap->bounds.left = 0;
899 ccap->bounds.top = 0;
900 ccap->bounds.width = frame->wWidth;
901 ccap->bounds.height = frame->wHeight;
903 ccap->defrect = ccap->bounds;
905 ccap->pixelaspect.numerator = 1;
906 ccap
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvino.c3068 struct v4l2_cropcap *ccap)
3074 switch (ccap->type) {
3082 ccap->bounds.left = 0;
3083 ccap->bounds.top = 0;
3084 ccap->bounds.width = norm->width;
3085 ccap->bounds.height = norm->height;
3086 memcpy(&ccap->defrect, &ccap->bounds,
3089 ccap->pixelaspect.numerator = 1;
3090 ccap
3067 vino_cropcap(struct file *file, void *__fh, struct v4l2_cropcap *ccap) argument
[all...]

Completed in 428 milliseconds