• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/cpia2/

Lines Matching refs:pix

828 	if (f->fmt.pix.pixelformat != V4L2_PIX_FMT_MJPEG &&
829 f->fmt.pix.pixelformat != V4L2_PIX_FMT_JPEG)
832 f->fmt.pix.field = V4L2_FIELD_NONE;
833 f->fmt.pix.bytesperline = 0;
834 f->fmt.pix.sizeimage = cam->frame_size;
835 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG;
836 f->fmt.pix.priv = 0;
838 switch (cpia2_match_video_size(f->fmt.pix.width, f->fmt.pix.height)) {
840 f->fmt.pix.width = 640;
841 f->fmt.pix.height = 480;
844 f->fmt.pix.width = 352;
845 f->fmt.pix.height = 288;
848 f->fmt.pix.width = 320;
849 f->fmt.pix.height = 240;
852 f->fmt.pix.width = 288;
853 f->fmt.pix.height = 216;
856 f->fmt.pix.width = 256;
857 f->fmt.pix.height = 192;
860 f->fmt.pix.width = 224;
861 f->fmt.pix.height = 168;
864 f->fmt.pix.width = 192;
865 f->fmt.pix.height = 144;
869 f->fmt.pix.width = 176;
870 f->fmt.pix.height = 144;
900 cam->pixelformat = f->fmt.pix.pixelformat;
905 /*f->fmt.pix.pixelformat == V4L2_PIX_FMT_MJPEG;*/
911 f->fmt.pix.width, f->fmt.pix.height);
912 if (f->fmt.pix.width != cam->vw.width ||
913 f->fmt.pix.height != cam->vw.height) {
914 cam->vw.width = f->fmt.pix.width;
915 cam->vw.height = f->fmt.pix.height;
916 cam->params.roi.width = f->fmt.pix.width;
917 cam->params.roi.height = f->fmt.pix.height;
947 f->fmt.pix.width = cam->vw.width;
948 f->fmt.pix.height = cam->vw.height;
949 f->fmt.pix.pixelformat = cam->pixelformat;
950 f->fmt.pix.field = V4L2_FIELD_NONE;
951 f->fmt.pix.bytesperline = 0;
952 f->fmt.pix.sizeimage = cam->frame_size;
953 f->fmt.pix.colorspace = V4L2_COLORSPACE_JPEG;
954 f->fmt.pix.priv = 0;