Home
last modified time | relevance | path

Searched refs:V4L2_FIELD_SEQ_TB (Results 1 - 25 of 80) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpif_display.h30 (((V4L2_FIELD_INTERLACED == field) || (V4L2_FIELD_SEQ_TB == field)) || \
H A Dvpif_capture.h21 (V4L2_FIELD_SEQ_TB == field)) || \
/kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/
H A Dvpif_capture.h21 (V4L2_FIELD_SEQ_TB == field)) || \
H A Dvpif_display.h22 (((V4L2_FIELD_INTERLACED == field) || (V4L2_FIELD_SEQ_TB == field)) || \
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-vdi.c64 case V4L2_FIELD_SEQ_TB: in ipu_vdi_set_field_order()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-vdi.c64 case V4L2_FIELD_SEQ_TB: in ipu_vdi_set_field_order()
/kernel/linux/linux-5.10/drivers/media/platform/
H A Dm2m-deinterlace.c364 * V4L2_FIELD_SEQ_TB --> V4L2_FIELD_INTERLACED_TB: in deinterlace_device_run()
367 * V4L2_FIELD_SEQ_TB --> V4L2_FIELD_NONE: in deinterlace_device_run()
571 if (f->fmt.pix.field != V4L2_FIELD_SEQ_TB && in vidioc_try_fmt_vid_out()
573 f->fmt.pix.field = V4L2_FIELD_SEQ_TB; in vidioc_try_fmt_vid_out()
683 case V4L2_FIELD_SEQ_TB: in vidioc_streamon()
814 q_data[V4L2_M2M_SRC].field = V4L2_FIELD_SEQ_TB; in queue_init()
/kernel/linux/linux-6.6/drivers/media/platform/
H A Dm2m-deinterlace.c364 * V4L2_FIELD_SEQ_TB --> V4L2_FIELD_INTERLACED_TB: in deinterlace_device_run()
367 * V4L2_FIELD_SEQ_TB --> V4L2_FIELD_NONE: in deinterlace_device_run()
571 if (f->fmt.pix.field != V4L2_FIELD_SEQ_TB && in vidioc_try_fmt_vid_out()
573 f->fmt.pix.field = V4L2_FIELD_SEQ_TB; in vidioc_try_fmt_vid_out()
683 case V4L2_FIELD_SEQ_TB: in vidioc_streamon()
814 q_data[V4L2_M2M_SRC].field = V4L2_FIELD_SEQ_TB; in queue_init()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvideodev2.h27 V4L2_FIELD_SEQ_TB = 5, enumerator
38 (field) == V4L2_FIELD_SEQ_TB ||\
45 (field) == V4L2_FIELD_SEQ_TB ||\
51 (field) == V4L2_FIELD_SEQ_TB ||\
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvideodev2.h97 V4L2_FIELD_SEQ_TB = 5, /* both fields sequential into one enumerator
114 (field) == V4L2_FIELD_SEQ_TB ||\
121 (field) == V4L2_FIELD_SEQ_TB ||\
127 (field) == V4L2_FIELD_SEQ_TB ||\
138 ((field) == V4L2_FIELD_SEQ_TB ||\
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvideodev2.h97 V4L2_FIELD_SEQ_TB = 5, /* both fields sequential into one enumerator
114 (field) == V4L2_FIELD_SEQ_TB ||\
121 (field) == V4L2_FIELD_SEQ_TB ||\
127 (field) == V4L2_FIELD_SEQ_TB ||\
138 ((field) == V4L2_FIELD_SEQ_TB ||\
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvideodev2.h37 V4L2_FIELD_SEQ_TB = 5, enumerator
43 #define V4L2_FIELD_HAS_TOP(field) ((field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
44 #define V4L2_FIELD_HAS_BOTTOM(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
45 #define V4L2_FIELD_HAS_BOTH(field) ((field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
48 #define V4L2_FIELD_IS_SEQUENTIAL(field) ((field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvideodev2.h37 V4L2_FIELD_SEQ_TB = 5, enumerator
43 #define V4L2_FIELD_HAS_TOP(field) ((field) == V4L2_FIELD_TOP || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
44 #define V4L2_FIELD_HAS_BOTTOM(field) ((field) == V4L2_FIELD_BOTTOM || (field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
45 #define V4L2_FIELD_HAS_BOTH(field) ((field) == V4L2_FIELD_INTERLACED || (field) == V4L2_FIELD_INTERLACED_TB || (field) == V4L2_FIELD_INTERLACED_BT || (field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
48 #define V4L2_FIELD_IS_SEQUENTIAL(field) ((field) == V4L2_FIELD_SEQ_TB || (field) == V4L2_FIELD_SEQ_BT)
/kernel/linux/linux-5.10/include/trace/events/
H A Dv4l2.h47 EM( V4L2_FIELD_SEQ_TB, "SEQ_TB" ) \
/kernel/linux/linux-6.6/include/trace/events/
H A Dv4l2.h47 EM( V4L2_FIELD_SEQ_TB, "SEQ_TB" ) \
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2016 else if (tpg->field == V4L2_FIELD_SEQ_TB || tpg->field == V4L2_FIELD_SEQ_BT) in tpg_gen_text()
2139 case V4L2_FIELD_SEQ_TB: in tpg_calc_buffer_line()
2199 if (tpg->field == V4L2_FIELD_SEQ_TB) in tpg_calc_text_basep()
2528 case V4L2_FIELD_SEQ_TB: in tpg_fill_plane_pattern()
2556 case V4L2_FIELD_SEQ_TB: in tpg_fill_plane_pattern()
2639 tpg->field == V4L2_FIELD_SEQ_TB) { in tpg_fill_plane_buffer()
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2022 else if (tpg->field == V4L2_FIELD_SEQ_TB || tpg->field == V4L2_FIELD_SEQ_BT) in tpg_gen_text()
2145 case V4L2_FIELD_SEQ_TB: in tpg_calc_buffer_line()
2205 if (tpg->field == V4L2_FIELD_SEQ_TB) in tpg_calc_text_basep()
2572 case V4L2_FIELD_SEQ_TB: in tpg_fill_plane_pattern()
2600 case V4L2_FIELD_SEQ_TB: in tpg_fill_plane_pattern()
2683 tpg->field == V4L2_FIELD_SEQ_TB) { in tpg_fill_plane_buffer()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-risc.c732 case V4L2_FIELD_SEQ_TB: in bttv_buffer_risc()
805 case V4L2_FIELD_SEQ_TB: in bttv_buffer_risc()
837 buf->vb.field = V4L2_FIELD_SEQ_TB; in bttv_buffer_risc()
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzoran_driver.c315 V4L2_FIELD_SEQ_TB : V4L2_FIELD_SEQ_BT); in zoran_g_fmt_vid_out()
397 V4L2_FIELD_SEQ_TB : V4L2_FIELD_SEQ_BT); in zoran_try_fmt_vid_out()
511 V4L2_FIELD_SEQ_TB : V4L2_FIELD_SEQ_BT); in zoran_s_fmt_vid_out()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-risc.c691 case V4L2_FIELD_SEQ_TB: in bttv_buffer_risc()
762 case V4L2_FIELD_SEQ_TB: in bttv_buffer_risc()
790 buf->vbuf.field = V4L2_FIELD_SEQ_TB; in bttv_buffer_risc()
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dzoran_driver.c301 V4L2_FIELD_SEQ_TB : V4L2_FIELD_SEQ_BT); in zoran_g_fmt_vid_out()
383 V4L2_FIELD_SEQ_TB : V4L2_FIELD_SEQ_BT); in zoran_try_fmt_vid_out()
500 V4L2_FIELD_SEQ_TB : V4L2_FIELD_SEQ_BT); in zoran_s_fmt_vid_out()
/kernel/linux/linux-5.10/drivers/media/pci/tw68/
H A Dtw68-video.c462 case V4L2_FIELD_SEQ_TB: in tw68_buf_prepare()
609 case V4L2_FIELD_SEQ_TB: in tw68_try_fmt_vid_cap()
/kernel/linux/linux-5.10/drivers/staging/media/imx/
H A Dimx-media-vdic.c207 case V4L2_FIELD_SEQ_TB: in prepare_vdi_in_buffers()
615 sdformat->format.field = V4L2_FIELD_SEQ_TB; in vdic_try_fmt()
/kernel/linux/linux-6.6/drivers/staging/media/imx/
H A Dimx-media-capture.c160 case V4L2_FIELD_SEQ_TB: in __capture_try_fmt()
409 case V4L2_FIELD_SEQ_TB: in __capture_legacy_try_fmt()
H A Dimx-media-vdic.c207 case V4L2_FIELD_SEQ_TB: in prepare_vdi_in_buffers()
615 sdformat->format.field = V4L2_FIELD_SEQ_TB; in vdic_try_fmt()

Completed in 50 milliseconds

1234