Searched refs:ovfmt (Results 1 – 7 of 7) sorted by relevance
/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 661 if (!try && (dev->ovbuf.base == NULL || dev->ovfmt == NULL)) in verify_preview() 712 dev->ovfmt->fourcc, v4l2_field_names[dev->ovfield]); in start_preview() 719 if (dev->ovfmt->yuv) in start_preview() 723 saa_writeb(SAA7134_OFMT_VIDEO_B, dev->ovfmt->pm | 0x20); in start_preview() 728 base += dev->ovfmt->depth/8 * dev->win.w.left; in start_preview() 731 if (dev->ovfmt->bswap) in start_preview() 733 if (dev->ovfmt->wswap) in start_preview() 1817 dev->ovfmt = fmt; in saa7134_s_fbuf()
|
D | saa7134.h | 593 struct saa7134_format *ovfmt; member
|
/drivers/media/i2c/ |
D | ov7740.c | 808 const struct ov7740_pixfmt *ovfmt; in ov7740_set_fmt() local 834 ret = ov7740_try_fmt_internal(sd, &format->format, &ovfmt, &fsize); in ov7740_set_fmt() 838 ov7740->fmt = ovfmt; in ov7740_set_fmt()
|
/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 2092 if (NULL == fh->ovfmt) in verify_window_lock() 2096 switch (fh->ovfmt->depth) { in verify_window_lock() 2125 if (NULL == fh->ovfmt) in setup_window_lock() 2127 if (!(fh->ovfmt->flags & FORMAT_FLAGS_PACKED)) in setup_window_lock() 2152 switch (fh->ovfmt->depth) { in setup_window_lock() 2186 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in setup_window_lock() 2522 if (fh->ovfmt) in bttv_g_fbuf() 2523 fb->fmt.pixelformat = fh->ovfmt->fourcc; in bttv_g_fbuf() 2554 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in bttv_overlay() 2608 fh->ovfmt = fmt; in bttv_s_fbuf() [all …]
|
D | bttvp.h | 220 const struct bttv_format *ovfmt; member
|
/drivers/media/platform/ |
D | fsl-viu.c | 134 struct viu_fmt *ovfmt; member 658 if (dev->ovfmt == NULL) in verify_preview() 712 bpp = dev->ovfmt->depth / 8; in viu_setup_preview() 816 dev->ovfmt = fmt; in vidioc_s_fbuf()
|
/drivers/media/pci/ngene/ |
D | ngene.h | 631 const struct ngene_format *ovfmt; member
|