Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds