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/
H A Duvc_driver.c303 format->flags = UVC_FMT_FLAG_COMPRESSED; in uvc_parse_format()
317 format->flags = UVC_FMT_FLAG_COMPRESSED; in uvc_parse_format()
340 format->flags = UVC_FMT_FLAG_COMPRESSED | UVC_FMT_FLAG_STREAM; in uvc_parse_format()
443 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED)) in uvc_parse_format()
H A Duvc_video.c188 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) || in uvc_fixup_video_ctrl()
203 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) && in uvc_fixup_video_ctrl()
1447 !(stream->cur_format->flags & UVC_FMT_FLAG_COMPRESSED)) in uvc_video_validate_buffer()
H A Duvcvideo.h81 #define UVC_FMT_FLAG_COMPRESSED 0x00000001 macro
H A Duvc_v4l2.c714 if (format->flags & UVC_FMT_FLAG_COMPRESSED) in uvc_ioctl_enum_fmt()