vbandlength       198 drivers/media/usb/pwc/pwc-ctrl.c 			pdev->vbandlength = 528;
vbandlength       202 drivers/media/usb/pwc/pwc-ctrl.c 			pdev->vbandlength = 704;
vbandlength       207 drivers/media/usb/pwc/pwc-ctrl.c 		pdev->vbandlength = 0;
vbandlength       258 drivers/media/usb/pwc/pwc-ctrl.c 	pdev->vbandlength = pChoose->bandlength;
vbandlength       309 drivers/media/usb/pwc/pwc-ctrl.c 	pdev->vbandlength = pChoose->bandlength;
vbandlength       310 drivers/media/usb/pwc/pwc-ctrl.c 	if (pdev->vbandlength > 0)
vbandlength       311 drivers/media/usb/pwc/pwc-ctrl.c 		pdev->frame_size = (pdev->vbandlength * pdev->height) / 4;
vbandlength       315 drivers/media/usb/pwc/pwc-ctrl.c 	    pdev->frame_size, pdev->vframes, size, pdev->vbandlength);
vbandlength       672 drivers/media/usb/pwc/pwc-dec23.c 		src += pdev->vbandlength;
vbandlength        40 drivers/media/usb/pwc/pwc-uncompress.c 		raw_frame->vbandlength = cpu_to_le16(pdev->vbandlength);
vbandlength        54 drivers/media/usb/pwc/pwc-uncompress.c 	if (pdev->vbandlength == 0) {
vbandlength       192 drivers/media/usb/pwc/pwc.h 	__le16 vbandlength;	/* Size of 4 lines compressed (used by the
vbandlength       241 drivers/media/usb/pwc/pwc.h 	int vbandlength;	/* compressed band length; 0 is uncompressed */