Home
last modified time | relevance | path

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

/drivers/media/usb/uvc/
A Duvc_driver.c297 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED)) in uvc_parse_frame()
415 format->flags = UVC_FMT_FLAG_COMPRESSED; in uvc_parse_format()
429 format->flags = UVC_FMT_FLAG_COMPRESSED; in uvc_parse_format()
452 format->flags = UVC_FMT_FLAG_COMPRESSED | UVC_FMT_FLAG_STREAM; in uvc_parse_format()
A Duvc_video.c214 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) || in uvc_fixup_video_ctrl()
229 if (!(format->flags & UVC_FMT_FLAG_COMPRESSED) && in uvc_fixup_video_ctrl()
1493 !(stream->cur_format->flags & UVC_FMT_FLAG_COMPRESSED)) in uvc_video_validate_buffer()
A Duvcvideo.h83 #define UVC_FMT_FLAG_COMPRESSED 0x00000001 macro
A Duvc_v4l2.c660 if (format->flags & UVC_FMT_FLAG_COMPRESSED) in uvc_ioctl_enum_fmt()

Completed in 19 milliseconds