Searched refs:bandlength (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/usb/pwc/
H A Dpwc-kiara.h26 unsigned short bandlength; /* Bandlength when decompressing */ member in struct:Kiara_table_entry
H A Dpwc-timon.h41 unsigned short bandlength; /* Bandlength when decompressing */ member in struct:Timon_table_entry
H A Dpwc-ctrl.c249 if (pChoose->bandlength > 0 && pixfmt == V4L2_PIX_FMT_YUV420)
258 pdev->vbandlength = pChoose->bandlength;
259 if (pChoose->bandlength > 0)
260 pdev->frame_size = (pChoose->bandlength * pdev->height) / 4;
300 if (pChoose->bandlength > 0 && pixfmt == V4L2_PIX_FMT_YUV420)
309 pdev->vbandlength = pChoose->bandlength;

Completed in 175 milliseconds