Lines Matching refs:pixel_format
658 switch (src->pixel_format) { in video_format_to_v4l2_format()
695 src->pixel_format)); in video_format_to_v4l2_format()
735 dest->pixel_format = VIDEO_FORMAT_UYVY; in v4l2_format_to_video_format()
738 dest->pixel_format = VIDEO_FORMAT_YUV420; in v4l2_format_to_video_format()
741 dest->pixel_format = VIDEO_FORMAT_YUY2; in v4l2_format_to_video_format()
744 dest->pixel_format = VIDEO_FORMAT_NV12; in v4l2_format_to_video_format()
747 dest->pixel_format = VIDEO_FORMAT_RGB24; in v4l2_format_to_video_format()
750 dest->pixel_format = VIDEO_FORMAT_RGB555; in v4l2_format_to_video_format()
753 dest->pixel_format = VIDEO_FORMAT_RGB565; in v4l2_format_to_video_format()
756 dest->pixel_format = VIDEO_FORMAT_SBGGR8; in v4l2_format_to_video_format()
759 dest->pixel_format = VIDEO_FORMAT_MJPEG; in v4l2_format_to_video_format()
762 dest->pixel_format = VIDEO_FORMAT_DV; in v4l2_format_to_video_format()
765 dest->pixel_format = VIDEO_FORMAT_MPEG; in v4l2_format_to_video_format()
770 dest->pixel_format = VIDEO_FORMAT_UNDEFINED; in v4l2_format_to_video_format()
802 if (vfmt.pixel_format >= VIDEO_FORMAT_MJPEG) in video_enum_format()
805 video_pixel_format_str(vfmt.pixel_format), in video_enum_format()
829 if (fmt.fmt.pix.pixelformat != frmdesc->pixel_format) { in video_enum_framesizes()
831 fmt.fmt.pix.pixelformat, frmdesc->pixel_format); in video_enum_framesizes()