Home
last modified time | relevance | path

Searched refs:uvc_video_decode_data (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/usb/uvc/
H A Duvc_video.c1117 * uvc_video_decode_data() and uvc_video_decode_end().
1130 * payload. No call to uvc_video_decode_data and uvc_video_decode_end will be
1134 * uvc_video_decode_data is called for every URB with URB data. It copies the
1148 * to be called with a NULL buf parameter. uvc_video_decode_data and
1313 static void uvc_video_decode_data(struct uvc_urb *uvc_urb, in uvc_video_decode_data() function
1556 uvc_video_decode_data(uvc_urb, buf, mem + ret, in uvc_video_decode_isoc()
1620 uvc_video_decode_data(uvc_urb, buf, mem, len); in uvc_video_decode_bulk()