Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dov7670.c1013 struct ov7670_format_struct *ovfmt; in ov7670_set_fmt() local
1038 ret = ov7670_try_fmt_internal(sd, &format->format, &ovfmt, &wsize); in ov7670_set_fmt()
1047 com7 = ovfmt->regs[0].value; in ov7670_set_fmt()
1069 ret = ov7670_write_array(sd, ovfmt->regs + 1); in ov7670_set_fmt()
1084 info->fmt = ovfmt; in ov7670_set_fmt()
Dov7740.c781 const struct ov7740_pixfmt *ovfmt; in ov7740_set_fmt() local
810 ret = ov7740_try_fmt_internal(sd, &format->format, &ovfmt, &fsize); in ov7740_set_fmt()
814 ov7740->fmt = ovfmt; in ov7740_set_fmt()
/Linux-v4.19/drivers/media/pci/saa7134/
Dsaa7134-video.c684 if (!try && (dev->ovbuf.base == NULL || dev->ovfmt == NULL)) in verify_preview()
735 dev->ovfmt->name, v4l2_field_names[dev->ovfield]); in start_preview()
742 if (dev->ovfmt->yuv) in start_preview()
746 saa_writeb(SAA7134_OFMT_VIDEO_B, dev->ovfmt->pm | 0x20); in start_preview()
751 base += dev->ovfmt->depth/8 * dev->win.w.left; in start_preview()
754 if (dev->ovfmt->bswap) in start_preview()
756 if (dev->ovfmt->wswap) in start_preview()
1877 dev->ovfmt = fmt; in saa7134_s_fbuf()
Dsaa7134.h599 struct saa7134_format *ovfmt; member
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-driver.c2124 if (NULL == fh->ovfmt) in verify_window_lock()
2128 switch (fh->ovfmt->depth) { in verify_window_lock()
2160 if (NULL == fh->ovfmt) in setup_window_lock()
2162 if (!(fh->ovfmt->flags & FORMAT_FLAGS_PACKED)) in setup_window_lock()
2191 switch (fh->ovfmt->depth) { in setup_window_lock()
2225 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in setup_window_lock()
2584 if (fh->ovfmt) in bttv_g_fbuf()
2585 fb->fmt.pixelformat = fh->ovfmt->fourcc; in bttv_g_fbuf()
2616 bttv_overlay_risc(btv, &fh->ov, fh->ovfmt, new); in bttv_overlay()
2670 fh->ovfmt = fmt; in bttv_s_fbuf()
[all …]
Dbttvp.h233 const struct bttv_format *ovfmt; member
/Linux-v4.19/drivers/media/platform/
Dfsl-viu.c145 struct viu_fmt *ovfmt; member
676 if (dev->ovfmt == NULL) in verify_preview()
730 bpp = dev->ovfmt->depth / 8; in viu_setup_preview()
834 dev->ovfmt = fmt; in vidioc_s_fbuf()
/Linux-v4.19/drivers/media/pci/ngene/
Dngene.h641 const struct ngene_format *ovfmt; member