Searched refs:V4L2_EVENT_SOURCE_CHANGE (Results 1 – 25 of 38) sorted by relevance
12
/Linux-v6.6/drivers/staging/media/tegra-video/ |
D | video.c | 40 if (ev->type == V4L2_EVENT_SOURCE_CHANGE && vb2_is_streaming(&chan->queue)) in tegra_v4l2_dev_notify()
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | vidioc-querystd.rst | 52 should send the ``V4L2_EVENT_SOURCE_CHANGE`` event (if they support
|
D | vidioc-query-dv-timings.rst | 48 ``V4L2_EVENT_SOURCE_CHANGE`` event (if they support this) and expect
|
D | vidioc-dqevent.rst | 69 - Event data for event V4L2_EVENT_SOURCE_CHANGE. 163 * - ``V4L2_EVENT_SOURCE_CHANGE``
|
D | vidioc-enum-fmt.rst | 173 via the event ``V4L2_EVENT_SOURCE_CHANGE`` when changes in the video
|
D | dev-decoder.rst | 360 indicated by the decoder sending a ``V4L2_EVENT_SOURCE_CHANGE`` event with 375 ``V4L2_EVENT_SOURCE_CHANGE`` event with ``changes`` set to 786 * if a ``V4L2_EVENT_SOURCE_CHANGE`` event with ``changes`` set to 940 ``V4L2_EVENT_SOURCE_CHANGE`` event with ``changes`` set to
|
/Linux-v6.6/drivers/media/platform/qcom/venus/ |
D | vdec.c | 254 if (inst->subscriptions & V4L2_EVENT_SOURCE_CHANGE && in vdec_check_src_change() 259 if (inst->subscriptions & V4L2_EVENT_SOURCE_CHANGE) in vdec_check_src_change() 535 case V4L2_EVENT_SOURCE_CHANGE: in vdec_subscribe_event() 539 inst->subscriptions |= V4L2_EVENT_SOURCE_CHANGE; in vdec_subscribe_event() 1466 .type = V4L2_EVENT_SOURCE_CHANGE, in vdec_event_change()
|
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-event.c | 362 if (sub->type == V4L2_EVENT_SOURCE_CHANGE) in v4l2_src_change_event_subscribe()
|
/Linux-v6.6/Documentation/admin-guide/media/ |
D | vivid.rst | 774 Changing the colorspace will result in the V4L2_EVENT_SOURCE_CHANGE 786 Changing the transfer function will result in the V4L2_EVENT_SOURCE_CHANGE 795 Changing the Y'CbCr encoding will result in the V4L2_EVENT_SOURCE_CHANGE 803 Changing the quantization will result in the V4L2_EVENT_SOURCE_CHANGE 888 Changing this control will result in the V4L2_EVENT_SOURCE_CHANGE 897 Changing this control will result in the V4L2_EVENT_SOURCE_CHANGE 908 Changing this control will result in the V4L2_EVENT_SOURCE_CHANGE 917 Changing this control will result in the V4L2_EVENT_SOURCE_CHANGE
|
/Linux-v6.6/drivers/staging/media/meson/vdec/ |
D | vdec_helpers.c | 446 .type = V4L2_EVENT_SOURCE_CHANGE, in amvdec_src_change()
|
D | vdec.c | 765 case V4L2_EVENT_SOURCE_CHANGE: in vdec_subscribe_event()
|
/Linux-v6.6/drivers/media/i2c/ |
D | adv7180.c | 903 case V4L2_EVENT_SOURCE_CHANGE: in adv7180_subscribe_event() 961 .type = V4L2_EVENT_SOURCE_CHANGE, in adv7180_irq()
|
D | tvp5150.c | 874 .type = V4L2_EVENT_SOURCE_CHANGE, 1585 case V4L2_EVENT_SOURCE_CHANGE: in tvp5150_subscribe_event()
|
D | tc358743.c | 990 .type = V4L2_EVENT_SOURCE_CHANGE, in tc358743_format_change() 1502 case V4L2_EVENT_SOURCE_CHANGE: in tc358743_subscribe_event()
|
D | tda1997x.c | 281 .type = V4L2_EVENT_SOURCE_CHANGE, 2025 case V4L2_EVENT_SOURCE_CHANGE: in tda1997x_subscribe_event()
|
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
D | mtk_vcodec_dec_stateful.c | 188 .type = V4L2_EVENT_SOURCE_CHANGE, in mtk_vdec_queue_res_chg_event()
|
D | mtk_vcodec_dec.c | 256 case V4L2_EVENT_SOURCE_CHANGE: in vidioc_vdec_subscribe_evt()
|
/Linux-v6.6/drivers/media/test-drivers/vicodec/ |
D | vicodec-core.c | 665 .type = V4L2_EVENT_SOURCE_CHANGE, in job_ready() 1301 case V4L2_EVENT_SOURCE_CHANGE: in vicodec_subscribe_event() 1432 .type = V4L2_EVENT_SOURCE_CHANGE, in vicodec_buf_queue()
|
/Linux-v6.6/drivers/media/test-drivers/vivid/ |
D | vivid-vid-common.c | 802 .type = V4L2_EVENT_SOURCE_CHANGE, in vivid_send_source_change()
|
/Linux-v6.6/drivers/media/platform/amphion/ |
D | vpu_v4l2.c | 94 .type = V4L2_EVENT_SOURCE_CHANGE, in vpu_notify_source_change()
|
/Linux-v6.6/drivers/media/platform/aspeed/ |
D | aspeed-video.c | 1604 case V4L2_EVENT_SOURCE_CHANGE: in aspeed_video_sub_event() 1729 .type = V4L2_EVENT_SOURCE_CHANGE, in aspeed_video_resolution_work()
|
/Linux-v6.6/drivers/media/platform/renesas/rcar-vin/ |
D | rcar-v4l2.c | 701 case V4L2_EVENT_SOURCE_CHANGE: in rvin_subscribe_event()
|
/Linux-v6.6/drivers/staging/media/imx/ |
D | imx-media-capture.c | 553 case V4L2_EVENT_SOURCE_CHANGE: in capture_legacy_subscribe_event()
|
/Linux-v6.6/drivers/media/platform/mediatek/jpeg/ |
D | mtk_jpeg_core.c | 493 .type = V4L2_EVENT_SOURCE_CHANGE, in mtk_jpeg_queue_src_chg_event() 505 case V4L2_EVENT_SOURCE_CHANGE: in mtk_jpeg_subscribe_event()
|
/Linux-v6.6/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc_dec.c | 884 case V4L2_EVENT_SOURCE_CHANGE: in vidioc_subscribe_event()
|
12