Searched refs:vbandlength (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/media/usb/pwc/
H A Dpwc-uncompress.c37 raw_frame->vbandlength = cpu_to_le16(pdev->vbandlength);
51 if (pdev->vbandlength == 0) {
H A Dpwc-dec23.c672 src += pdev->vbandlength;
H A Dpwc.h192 __le16 vbandlength; /* Size of 4 lines compressed (used by the member in struct:pwc_raw_frame
196 __u8 rawframe[]; /* frame_size = H / 4 * vbandlength */
241 int vbandlength; /* compressed band length; 0 is uncompressed */ member in struct:pwc_device
H A Dpwc-ctrl.c198 pdev->vbandlength = 528;
202 pdev->vbandlength = 704;
207 pdev->vbandlength = 0;
258 pdev->vbandlength = pChoose->bandlength;
309 pdev->vbandlength = pChoose->bandlength;
310 if (pdev->vbandlength > 0)
311 pdev->frame_size = (pdev->vbandlength * pdev->height) / 4;
314 PWC_TRACE("frame_size=%d, vframes=%d, vsize=%d, vbandlength=%d\n",
315 pdev->frame_size, pdev->vframes, size, pdev->vbandlength);

Completed in 152 milliseconds