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()
1788 *fb = dev->ovbuf; in saa7134_g_fbuf()
1810 dev->ovbuf = *fb; in saa7134_s_fbuf()
1812 if (0 == dev->ovbuf.fmt.bytesperline) in saa7134_s_fbuf()
1813 dev->ovbuf.fmt.bytesperline = in saa7134_s_fbuf()
1814 dev->ovbuf.fmt.width*fmt->depth/8; in saa7134_s_fbuf()
2092 dev->ovbuf.fmt.width = dev->width; in saa7134_video_init1()
2093 dev->ovbuf.fmt.height = dev->height; in saa7134_video_init1()
2094 dev->ovbuf.fmt.pixelformat = dev->fmt->fourcc; in saa7134_video_init1()
2095 dev->ovbuf.fmt.colorspace = V4L2_COLORSPACE_SMPTE170M; in saa7134_video_init1()