Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_video.c210 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) || in uvc_fixup_video_ctrl()
225 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) && in uvc_fixup_video_ctrl()
1470 !(stream->cur_format->flags & UVC_FMT_FLAG_COMPRESSED)) in uvc_video_validate_buffer()
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 Duvcvideo.h82 #define UVC_FMT_FLAG_COMPRESSED 0x00000001 macro
H A Duvc_v4l2.c716 if (format->flags & UVC_FMT_FLAG_COMPRESSED) in uvc_ioctl_enum_fmt()