Searched refs:uvc_video_decode_start (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 1000 /* Video payload decoding is handled by uvc_video_decode_start(), 1003 * uvc_video_decode_start is called with URB data at the start of a bulk or 1024 * already been processed by uvc_video_decode_start, this functions isn't 1031 * when no video buffer is available, uvc_video_decode_start must be prepared 1035 static int uvc_video_decode_start(struct uvc_streaming *stream, in uvc_video_decode_start() function 1387 ret = uvc_video_decode_start(stream, buf, mem, in uvc_video_decode_isoc() 1435 ret = uvc_video_decode_start(stream, buf, mem, len); in uvc_video_decode_bulk()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 1018 * Video payload decoding is handled by uvc_video_decode_start(), 1021 * uvc_video_decode_start is called with URB data at the start of a bulk or 1042 * already been processed by uvc_video_decode_start, this functions isn't 1049 * when no video buffer is available, uvc_video_decode_start must be prepared 1053 static int uvc_video_decode_start(struct uvc_streaming *stream, in uvc_video_decode_start() function 1436 ret = uvc_video_decode_start(stream, buf, mem, in uvc_video_decode_isoc() 1485 ret = uvc_video_decode_start(stream, buf, mem, len); in uvc_video_decode_bulk()
|
Completed in 9 milliseconds