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