Searched refs:ovfmt (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/media/video/ |
D | ov7670.c | 813 struct ov7670_format_struct *ovfmt; in ov7670_s_mbus_fmt() local 819 ret = ov7670_try_fmt_internal(sd, fmt, &ovfmt, &wsize); in ov7670_s_mbus_fmt() 829 com7 = ovfmt->regs[0].value; in ov7670_s_mbus_fmt() 835 ov7670_write_array(sd, ovfmt->regs + 1); in ov7670_s_mbus_fmt() 841 info->fmt = ovfmt; in ov7670_s_mbus_fmt()
|
D | fsl-viu.c | 185 struct viu_fmt *ovfmt; member 727 if (dev->ovfmt == NULL) in verify_preview() 774 fh->win.w.width, fh->win.w.height, dev->ovfmt->name); in viu_start_preview() 783 bpp = dev->ovfmt->depth / 8; in viu_start_preview() 872 dev->ovfmt = fmt; in vidioc_s_fbuf()
|
/linux-2.6.39/drivers/media/video/saa7134/ |
D | saa7134-video.c | 835 if (NULL == dev->ovfmt) in verify_preview() 883 dev->ovfmt->name,v4l2_field_names[dev->ovfield]); in start_preview() 890 if (dev->ovfmt->yuv) in start_preview() 894 saa_writeb(SAA7134_OFMT_VIDEO_B, dev->ovfmt->pm | 0x20); in start_preview() 899 base += dev->ovfmt->depth/8 * fh->win.w.left; in start_preview() 902 if (dev->ovfmt->bswap) in start_preview() 904 if (dev->ovfmt->wswap) in start_preview() 2177 dev->ovfmt = fmt; in saa7134_s_fbuf()
|
D | saa7134.h | 583 struct saa7134_format *ovfmt; member
|
/linux-2.6.39/drivers/media/video/bt8xx/ |
D | bttv-driver.c | 2276 if (NULL == fh->ovfmt) in verify_window_lock() 2279 switch (fh->ovfmt->depth) { in verify_window_lock() 2313 if (NULL == fh->ovfmt) in setup_window_lock() 2315 if (!(fh->ovfmt->flags & FORMAT_FLAGS_PACKED)) in setup_window_lock() 2344 switch (fh->ovfmt->depth) { in setup_window_lock() 2378 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in setup_window_lock() 2698 if (fh->ovfmt) in bttv_g_fbuf() 2699 fb->fmt.pixelformat = fh->ovfmt->fourcc; in bttv_g_fbuf() 2730 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in bttv_overlay() 2784 fh->ovfmt = fmt; in bttv_s_fbuf() [all …]
|
D | bttvp.h | 234 const struct bttv_format *ovfmt; member
|
/linux-2.6.39/drivers/media/dvb/ngene/ |
D | ngene.h | 629 const struct ngene_format *ovfmt; member
|