Home
last modified time | relevance | path

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

/linux/drivers/media/usb/uvc/
A Duvc_driver.c580 format->flags = UVC_FMT_FLAG_COMPRESSED; in uvc_parse_format()
595 format->flags = UVC_FMT_FLAG_COMPRESSED; in uvc_parse_format()
631 format->flags = UVC_FMT_FLAG_COMPRESSED | UVC_FMT_FLAG_STREAM; in uvc_parse_format()
711 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED)) in uvc_parse_format()
A Duvc_video.c186 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) || in uvc_fixup_video_ctrl()
200 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) && in uvc_fixup_video_ctrl()
1360 !(stream->cur_format->flags & UVC_FMT_FLAG_COMPRESSED)) in uvc_video_validate_buffer()
A Duvcvideo.h214 #define UVC_FMT_FLAG_COMPRESSED 0x00000001 macro
A Duvc_v4l2.c655 if (format->flags & UVC_FMT_FLAG_COMPRESSED) in uvc_ioctl_enum_fmt()

Completed in 17 milliseconds