Searched refs:ovbuf (Results 1 – 2 of 2) sorted by relevance
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()[all …]
593 struct v4l2_framebuffer ovbuf; member
Completed in 11 milliseconds