Searched refs:ovfmt (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/media/pci/saa7134/ |
A 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() 1811 dev->ovfmt = fmt; in saa7134_s_fbuf()
|
A D | saa7134.h | 594 struct saa7134_format *ovfmt; member
|
/linux-6.3-rc2/drivers/media/i2c/ |
A 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()
|
/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A 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() 2520 if (fh->ovfmt) in bttv_g_fbuf() 2521 fb->fmt.pixelformat = fh->ovfmt->fourcc; in bttv_g_fbuf() 2552 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in bttv_overlay() 2606 fh->ovfmt = fmt; in bttv_s_fbuf() [all …]
|
A D | bttvp.h | 220 const struct bttv_format *ovfmt; member
|
Completed in 22 milliseconds