Searched refs:V4L2_EVENT_SOURCE_CHANGE (Results 1 – 25 of 32) sorted by relevance
12
/Linux-v5.10/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 | 70 - Event data for event V4L2_EVENT_SOURCE_CHANGE. 164 * - ``V4L2_EVENT_SOURCE_CHANGE``
|
D | vidioc-enum-fmt.rst | 169 via the event ``V4L2_EVENT_SOURCE_CHANGE`` when changes in the video
|
D | dev-decoder.rst | 353 indicated by the decoder sending a ``V4L2_EVENT_SOURCE_CHANGE`` event with 368 ``V4L2_EVENT_SOURCE_CHANGE`` event with ``changes`` set to 762 * if a ``V4L2_EVENT_SOURCE_CHANGE`` event with ``changes`` set to 916 ``V4L2_EVENT_SOURCE_CHANGE`` event with ``changes`` set to
|
/Linux-v5.10/drivers/media/platform/qcom/venus/ |
D | vdec.c | 204 if (inst->subscriptions & V4L2_EVENT_SOURCE_CHANGE && in vdec_check_src_change() 209 if (inst->subscriptions & V4L2_EVENT_SOURCE_CHANGE) in vdec_check_src_change() 479 case V4L2_EVENT_SOURCE_CHANGE: in vdec_subscribe_event() 483 inst->subscriptions |= V4L2_EVENT_SOURCE_CHANGE; in vdec_subscribe_event() 1296 .type = V4L2_EVENT_SOURCE_CHANGE, in vdec_event_change()
|
/Linux-v5.10/drivers/media/v4l2-core/ |
D | v4l2-event.c | 345 if (sub->type == V4L2_EVENT_SOURCE_CHANGE) in v4l2_src_change_event_subscribe()
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | vivid.rst | 760 Changing the colorspace will result in the V4L2_EVENT_SOURCE_CHANGE 772 Changing the transfer function will result in the V4L2_EVENT_SOURCE_CHANGE 781 Changing the Y'CbCr encoding will result in the V4L2_EVENT_SOURCE_CHANGE 789 Changing the quantization will result in the V4L2_EVENT_SOURCE_CHANGE 874 Changing this control will result in the V4L2_EVENT_SOURCE_CHANGE 883 Changing this control will result in the V4L2_EVENT_SOURCE_CHANGE 894 Changing this control will result in the V4L2_EVENT_SOURCE_CHANGE 903 Changing this control will result in the V4L2_EVENT_SOURCE_CHANGE
|
/Linux-v5.10/drivers/staging/media/meson/vdec/ |
D | vdec_helpers.c | 442 .type = V4L2_EVENT_SOURCE_CHANGE, in amvdec_src_change()
|
D | vdec.c | 765 case V4L2_EVENT_SOURCE_CHANGE: in vdec_subscribe_event()
|
/Linux-v5.10/drivers/media/i2c/ |
D | adv7180.c | 840 case V4L2_EVENT_SOURCE_CHANGE: in adv7180_subscribe_event() 898 .type = V4L2_EVENT_SOURCE_CHANGE, in adv7180_irq()
|
D | tvp5150.c | 874 .type = V4L2_EVENT_SOURCE_CHANGE, 1587 case V4L2_EVENT_SOURCE_CHANGE: in tvp5150_subscribe_event()
|
D | tc358743.c | 988 .type = V4L2_EVENT_SOURCE_CHANGE, in tc358743_format_change() 1500 case V4L2_EVENT_SOURCE_CHANGE: in tc358743_subscribe_event()
|
D | tda1997x.c | 281 .type = V4L2_EVENT_SOURCE_CHANGE, 2008 case V4L2_EVENT_SOURCE_CHANGE: in tda1997x_subscribe_event()
|
/Linux-v5.10/drivers/media/platform/ |
D | aspeed-video.c | 1239 case V4L2_EVENT_SOURCE_CHANGE: in aspeed_video_sub_event() 1356 .type = V4L2_EVENT_SOURCE_CHANGE, in aspeed_video_resolution_work()
|
/Linux-v5.10/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_dec.c | 256 .type = V4L2_EVENT_SOURCE_CHANGE, in mtk_vdec_queue_res_chg_event() 649 case V4L2_EVENT_SOURCE_CHANGE: in vidioc_vdec_subscribe_evt()
|
/Linux-v5.10/drivers/media/test-drivers/vicodec/ |
D | vicodec-core.c | 669 .type = V4L2_EVENT_SOURCE_CHANGE, in job_ready() 1310 case V4L2_EVENT_SOURCE_CHANGE: in vicodec_subscribe_event() 1441 .type = V4L2_EVENT_SOURCE_CHANGE, in vicodec_buf_queue()
|
/Linux-v5.10/drivers/media/test-drivers/vivid/ |
D | vivid-vid-common.c | 787 .type = V4L2_EVENT_SOURCE_CHANGE, in vivid_send_source_change()
|
/Linux-v5.10/drivers/media/platform/mtk-jpeg/ |
D | mtk_jpeg_core.c | 496 .type = V4L2_EVENT_SOURCE_CHANGE, in mtk_jpeg_queue_src_chg_event() 508 case V4L2_EVENT_SOURCE_CHANGE: in mtk_jpeg_subscribe_event()
|
/Linux-v5.10/drivers/staging/media/imx/ |
D | imx-media-capture.c | 416 case V4L2_EVENT_SOURCE_CHANGE: in capture_subscribe_event()
|
/Linux-v5.10/drivers/media/platform/rcar-vin/ |
D | rcar-v4l2.c | 619 case V4L2_EVENT_SOURCE_CHANGE: in rvin_subscribe_event()
|
/Linux-v5.10/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 851 case V4L2_EVENT_SOURCE_CHANGE: in vidioc_subscribe_event()
|
/Linux-v5.10/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 1700 if (sub->type == V4L2_EVENT_SOURCE_CHANGE) in s5p_jpeg_subscribe_event() 2528 .type = V4L2_EVENT_SOURCE_CHANGE, in s5p_jpeg_buf_queue()
|
/Linux-v5.10/Documentation/userspace-api/media/ |
D | videodev2.h.rst.exceptions | 491 replace define V4L2_EVENT_SOURCE_CHANGE event-type
|
/Linux-v5.10/include/uapi/linux/ |
D | videodev2.h | 2322 #define V4L2_EVENT_SOURCE_CHANGE 5 macro
|
12