Searched refs:vbandlength (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-uncompress.c | 40 raw_frame->vbandlength = cpu_to_le16(pdev->vbandlength); in pwc_decompress() 54 if (pdev->vbandlength == 0) { in pwc_decompress()
|
H A D | pwc-ctrl.c | 198 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 D | pwc.h | 192 __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 D | pwc-dec23.c | 672 src += pdev->vbandlength; in pwc_dec23_decompress()
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-uncompress.c | 37 raw_frame->vbandlength = cpu_to_le16(pdev->vbandlength); in pwc_decompress() 51 if (pdev->vbandlength == 0) { in pwc_decompress()
|
H A D | pwc-ctrl.c | 198 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 D | pwc.h | 192 __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 D | pwc-dec23.c | 672 src += pdev->vbandlength; in pwc_dec23_decompress()
|
Completed in 7 milliseconds