Lines Matching refs:pixel_format
659 switch (src->pixel_format) { in video_format_to_v4l2_format()
696 src->pixel_format)); in video_format_to_v4l2_format()
736 dest->pixel_format = VIDEO_FORMAT_UYVY; in v4l2_format_to_video_format()
739 dest->pixel_format = VIDEO_FORMAT_YUV420; in v4l2_format_to_video_format()
742 dest->pixel_format = VIDEO_FORMAT_YUY2; in v4l2_format_to_video_format()
745 dest->pixel_format = VIDEO_FORMAT_NV12; in v4l2_format_to_video_format()
748 dest->pixel_format = VIDEO_FORMAT_RGB24; in v4l2_format_to_video_format()
751 dest->pixel_format = VIDEO_FORMAT_RGB555; in v4l2_format_to_video_format()
754 dest->pixel_format = VIDEO_FORMAT_RGB565; in v4l2_format_to_video_format()
757 dest->pixel_format = VIDEO_FORMAT_SBGGR8; in v4l2_format_to_video_format()
760 dest->pixel_format = VIDEO_FORMAT_MJPEG; in v4l2_format_to_video_format()
763 dest->pixel_format = VIDEO_FORMAT_DV; in v4l2_format_to_video_format()
766 dest->pixel_format = VIDEO_FORMAT_MPEG; in v4l2_format_to_video_format()
771 dest->pixel_format = VIDEO_FORMAT_UNDEFINED; in v4l2_format_to_video_format()
803 if (vfmt.pixel_format >= VIDEO_FORMAT_MJPEG) in video_enum_format()
806 video_pixel_format_str(vfmt.pixel_format), in video_enum_format()
837 if (fmt.fmt.pix.pixelformat != frmdesc->pixel_format) in video_enum_framesizes()