Home
last modified time | relevance | path

Searched refs:ovfmt (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
Dov7670.c981 struct ov7670_format_struct *ovfmt; in ov7670_set_fmt() local
998 ret = ov7670_try_fmt_internal(sd, &format->format, &ovfmt, &wsize); in ov7670_set_fmt()
1008 com7 = ovfmt->regs[0].value; in ov7670_set_fmt()
1014 ov7670_write_array(sd, ovfmt->regs + 1); in ov7670_set_fmt()
1020 info->fmt = ovfmt; in ov7670_set_fmt()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-video.c688 if (!try && (dev->ovbuf.base == NULL || dev->ovfmt == NULL)) in verify_preview()
739 dev->ovfmt->name, v4l2_field_names[dev->ovfield]); in start_preview()
746 if (dev->ovfmt->yuv) in start_preview()
750 saa_writeb(SAA7134_OFMT_VIDEO_B, dev->ovfmt->pm | 0x20); in start_preview()
755 base += dev->ovfmt->depth/8 * dev->win.w.left; in start_preview()
758 if (dev->ovfmt->bswap) in start_preview()
760 if (dev->ovfmt->wswap) in start_preview()
1798 dev->ovfmt = fmt; in saa7134_s_fbuf()
Dsaa7134.h585 struct saa7134_format *ovfmt; member
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c2138 if (NULL == fh->ovfmt) in verify_window_lock()
2142 switch (fh->ovfmt->depth) { in verify_window_lock()
2174 if (NULL == fh->ovfmt) in setup_window_lock()
2176 if (!(fh->ovfmt->flags & FORMAT_FLAGS_PACKED)) in setup_window_lock()
2205 switch (fh->ovfmt->depth) { in setup_window_lock()
2239 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in setup_window_lock()
2598 if (fh->ovfmt) in bttv_g_fbuf()
2599 fb->fmt.pixelformat = fh->ovfmt->fourcc; in bttv_g_fbuf()
2630 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in bttv_overlay()
2684 fh->ovfmt = fmt; in bttv_s_fbuf()
[all …]
Dbttvp.h232 const struct bttv_format *ovfmt; member
/linux-4.4.14/drivers/media/platform/
Dfsl-viu.c139 struct viu_fmt *ovfmt; member
673 if (dev->ovfmt == NULL) in verify_preview()
729 bpp = dev->ovfmt->depth / 8; in viu_setup_preview()
833 dev->ovfmt = fmt; in vidioc_s_fbuf()
/linux-4.4.14/drivers/media/pci/ngene/
Dngene.h629 const struct ngene_format *ovfmt; member