Lines Matching refs:ovbuf
661 if (!try && (dev->ovbuf.base == NULL || dev->ovfmt == NULL)) in verify_preview()
726 base = (unsigned long)dev->ovbuf.base; in start_preview()
727 base += dev->ovbuf.fmt.bytesperline * dev->win.w.top; in start_preview()
729 bpl = dev->ovbuf.fmt.bytesperline; in start_preview()
1794 *fb = dev->ovbuf; in saa7134_g_fbuf()
1816 dev->ovbuf = *fb; in saa7134_s_fbuf()
1818 if (0 == dev->ovbuf.fmt.bytesperline) in saa7134_s_fbuf()
1819 dev->ovbuf.fmt.bytesperline = in saa7134_s_fbuf()
1820 dev->ovbuf.fmt.width*fmt->depth/8; in saa7134_s_fbuf()
2099 dev->ovbuf.fmt.width = dev->width; in saa7134_video_init1()
2100 dev->ovbuf.fmt.height = dev->height; in saa7134_video_init1()
2101 dev->ovbuf.fmt.pixelformat = dev->fmt->fourcc; in saa7134_video_init1()
2102 dev->ovbuf.fmt.colorspace = V4L2_COLORSPACE_SMPTE170M; in saa7134_video_init1()