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() 1818 dev->ovfmt = fmt; in saa7134_s_fbuf()
|
D | saa7134.h | 593 struct saa7134_format *ovfmt; member
|
/drivers/media/i2c/ |
D | ov7740.c | 810 const struct ov7740_pixfmt *ovfmt; in ov7740_set_fmt() local 835 ret = ov7740_try_fmt_internal(sd, &format->format, &ovfmt, &fsize); in ov7740_set_fmt() 839 ov7740->fmt = ovfmt; in ov7740_set_fmt()
|
/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 2093 if (NULL == fh->ovfmt) in verify_window_lock() 2097 switch (fh->ovfmt->depth) { in verify_window_lock() 2129 if (NULL == fh->ovfmt) in setup_window_lock() 2131 if (!(fh->ovfmt->flags & FORMAT_FLAGS_PACKED)) in setup_window_lock() 2160 switch (fh->ovfmt->depth) { in setup_window_lock() 2194 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in setup_window_lock() 2530 if (fh->ovfmt) in bttv_g_fbuf() 2531 fb->fmt.pixelformat = fh->ovfmt->fourcc; in bttv_g_fbuf() 2562 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in bttv_overlay() 2616 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 | 140 struct viu_fmt *ovfmt; member 666 if (dev->ovfmt == NULL) in verify_preview() 720 bpp = dev->ovfmt->depth / 8; in viu_setup_preview() 824 dev->ovfmt = fmt; in vidioc_s_fbuf()
|
/drivers/media/pci/ngene/ |
D | ngene.h | 629 const struct ngene_format *ovfmt; member
|