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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.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 */
H A Dpwc-ctrl.c247 pdev->vbandlength = 528;
251 pdev->vbandlength = 704;
256 pdev->vbandlength = 0;
305 pdev->vbandlength = pChoose->bandlength;
377 pdev->vbandlength = pChoose->bandlength;
378 if (pdev->vbandlength > 0)
379 pdev->frame_size = (pdev->vbandlength * pdev->image.y) / 4;
382 PWC_TRACE("frame_size=%d, vframes=%d, vsize=%d, vsnapshot=%d, vbandlength=%d\n",
383 pdev->frame_size,pdev->vframes,pdev->vsize,pdev->vsnapshot,pdev->vbandlength);
1646 ARGR(cmd).bandlength = pdev->vbandlength;
[all...]
H A Dpwc.h192 int vbandlength; /* compressed band length; 0 is uncompressed */ member in struct:pwc_device
H A Dpwc-dec23.c848 src += pwc->vbandlength;
880 src += pwc->vbandlength;
H A Dpwc-v4l.c225 /* vbandlength contains 4 lines ... */
226 f->fmt.pix.bytesperline = pdev->vbandlength/4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dpwc-ioctl.h318 __le16 vbandlength; /* Size of 4lines compressed (used by the decompressor) */ member in struct:pwc_raw_frame
321 __u8 rawframe[0]; /* frame_size = H/4*vbandlength */

Completed in 113 milliseconds