Searched refs:vbandlength (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/pwc/
H A Dpwc-uncompress.c61 raw_frame->vbandlength = cpu_to_le16(pdev->vbandlength);
70 if (pdev->vbandlength == 0) {
H A Dpwc-ioctl.h316 __le16 vbandlength; /* Size of 4lines compressed (used by the decompressor) */ member in struct:pwc_raw_frame
319 __u8 rawframe[0]; /* frame_size = H/4*vbandlength */
H A Dpwc-ctrl.c278 pdev->vbandlength = 528;
282 pdev->vbandlength = 704;
287 pdev->vbandlength = 0;
336 pdev->vbandlength = pChoose->bandlength;
408 pdev->vbandlength = pChoose->bandlength;
409 if (pdev->vbandlength > 0)
410 pdev->frame_size = (pdev->vbandlength * pdev->image.y) / 4;
413 PWC_TRACE("frame_size=%d, vframes=%d, vsize=%d, vsnapshot=%d, vbandlength=%d\n",
414 pdev->frame_size,pdev->vframes,pdev->vsize,pdev->vsnapshot,pdev->vbandlength);
1733 ARGR(vcmd).bandlength = pdev->vbandlength;
[all...]
H A Dpwc.h191 int vbandlength; /* compressed band length; 0 is uncompressed */ member in struct:pwc_device
H A Dpwc-dec23.c849 src += pwc->vbandlength;
881 src += pwc->vbandlength;
H A Dpwc-v4l.c224 /* vbandlength contains 4 lines ... */
225 f->fmt.pix.bytesperline = pdev->vbandlength/4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dpwc-ioctl.h317 __le16 vbandlength; /* Size of 4lines compressed (used by the decompressor) */ member in struct:pwc_raw_frame
320 __u8 rawframe[0]; /* frame_size = H/4*vbandlength */

Completed in 101 milliseconds