Home
last modified time | relevance | path

Searched refs:streaming (Results 1 – 25 of 170) sorted by relevance

1234567

/linux/drivers/media/usb/uvc/
H A Duvc_driver.c238 struct uvc_streaming *streaming, in uvc_parse_frame() argument
243 struct usb_host_interface *alts = streaming->intf->cur_altsetting; in uvc_parse_frame()
346 struct uvc_streaming *streaming, struct uvc_format *format, in uvc_parse_format() argument
350 struct usb_host_interface *alts = streaming->intf->cur_altsetting; in uvc_parse_format()
386 dev_info(&streaming->intf->dev, in uvc_parse_format()
502 ret = uvc_parse_frame(dev, streaming, format, frame, in uvc_parse_format()
545 struct uvc_streaming *streaming = NULL; in uvc_parse_streaming() local
574 streaming = uvc_stream_new(dev, intf); in uvc_parse_streaming()
575 if (streaming == NULL) { in uvc_parse_streaming()
618 streaming->type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in uvc_parse_streaming()
[all …]
/linux/Documentation/arch/arm64/
H A Dsme.rst21 * PSTATE.SM, PSTATE.ZA, the streaming mode vector length, the ZA and (when
79 controls the size of the streaming mode SVE vectors and the ZA matrix array.
80 The ZA matrix is square with each side having as many bytes as a streaming
229 unspecified, including both streaming and non-streaming SVE state.
264 * A new regset NT_ARM_SSVE is defined for access to streaming mode SVE
292 Target thread's current streaming vector length, in bytes.
296 Maximum possible streaming vector length for the target thread.
415 * A new mode, streaming mode, in which a subset of the normal FPSIMD and SVE
417 streaming mode at any time.
420 streaming mode only when it is actively being used.
[all …]
/linux/Documentation/scsi/
H A Daic79xx.rst144 - Include read streaming in the PPR flags we display in
151 - Correct /proc display of user read streaming settings.
319 :Definition: Enable read streaming on a per target basis.
322 bit to '1' enables read streaming for that
324 they should retain the default read streaming setting.
334 - enables read streaming for targets 0 and 6.
335 - disables read streaming for targets 1-5,7-15.
338 streaming setting.
346 - enables read streaming for targets 1,2, and 5.
347 - disables read streaming for targets 3,4,6-15.
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-streamon.rst13 VIDIOC_STREAMON - VIDIOC_STREAMOFF - Start or stop streaming I/O
39 the capture or output process during streaming
74 If ``VIDIOC_STREAMON`` is called when streaming is already in progress,
75 or if ``VIDIOC_STREAMOFF`` is called when streaming is already stopped,
H A Ddev-sdr.rst12 is intended for controlling and data streaming of such devices.
38 At least one of the read/write or streaming I/O methods
65 streaming format are bound to that selectable format. In addition to the
107 An SDR device may support :ref:`read/write <rw>` and/or streaming
H A Ddev-output.rst32 streaming I/O methods must be supported. Modulators and audio outputs
41 :ref:`streaming parameter <streaming-par>` ioctls as needed. The
97 and/or streaming (:ref:`memory mapping <mmap>` or
H A Dfunc-poll.rst35 When streaming I/O has been negotiated this function waits until a
75 streaming. When that fails it returns a ``POLLERR`` as above. Otherwise
81 streaming if the driver does not stream yet. This makes it possible to
85 function or streaming I/O must also support the :c:func:`poll()`
H A Ddev-capture.rst34 streaming I/O methods must be supported. Tuners and audio inputs are
43 :ref:`streaming parameter <streaming-par>` ioctls as needed. The
100 and/or streaming (:ref:`memory mapping <func-mmap>` or
H A Dvidioc-g-parm.rst13 VIDIOC_G_PARM - VIDIOC_S_PARM - Get or set streaming parameters
53 To get and set the streaming parameters applications call the
131 - Custom (driver specific) streaming parameters. When unused,
171 :c:func:`write()` mode (in streaming mode timestamps
191 - Custom (driver specific) streaming parameters. When unused,
H A Dvidioc-querystd.rst58 standard is valid they will have to stop streaming, set the new
59 standard, allocate new buffers and start streaming again.
/linux/drivers/media/i2c/
H A Dtw9900.c85 bool streaming; member
209 if (tw9900->streaming) { in tw9900_set_fmt()
267 if (tw9900->streaming == on) { in tw9900_s_stream()
296 tw9900->streaming = on; in tw9900_s_stream()
308 tw9900->streaming = on; in tw9900_s_stream()
459 if (tw9900->streaming) { in tw9900_querystd()
515 if (tw9900->streaming) { in tw9900_g_input_status()
H A Dtvp514x.c105 int streaming; member
544 if (!decoder->streaming) { in tvp514x_querystd()
804 if (decoder->streaming == enable) in tvp514x_s_stream()
816 decoder->streaming = enable; in tvp514x_s_stream()
838 decoder->streaming = enable; in tvp514x_s_stream()
959 .streaming = 0,
/linux/drivers/media/usb/gspca/
H A Dfinepix.c87 while (gspca_dev->present && gspca_dev->streaming) { in dostream()
103 if (!gspca_dev->present || !gspca_dev->streaming) in dostream()
122 if (!gspca_dev->present || !gspca_dev->streaming) in dostream()
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-request-ioc-queue.rst45 the application to stop streaming to reset the hardware state.
76 stop streaming to reset the hardware state and then try to restart
77 streaming.
H A Dmedia-ioc-setup-link.rst49 while streaming media data. Attempting to enable or disable a streaming
/linux/Documentation/usb/
H A Dgadget_uvc.rst66 Formats are created under the streaming/uncompressed and streaming/mjpeg configfs
74 + streaming +
110 wdir=$FUNCTION/streaming/$FORMAT/$NAME/${HEIGHT}p
146 mkdir $FUNCTION/streaming/color_matching/yuyv
147 pushd $FUNCTION/streaming/color_matching/yuyv
156 ln -s $FUNCTION/streaming/color_matching/yuyv $FUNCTION/streaming/uncompressed/yuyv
177 mkdir $FUNCTION/streaming/header/h
181 cd $FUNCTION/streaming/header/h
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c399 while (m->streaming) { in vidtv_mux_tick()
459 if (m->streaming) { in vidtv_mux_start_thread()
464 m->streaming = true; in vidtv_mux_start_thread()
471 if (m->streaming) { in vidtv_mux_stop_thread()
472 m->streaming = false; /* thread will quit */ in vidtv_mux_stop_thread()
H A Dvidtv_bridge.h63 bool streaming; member
/linux/Documentation/driver-api/media/
H A Dmc-core.rst205 When starting streaming, drivers must notify all entities in the pipeline to
206 prevent link states from being modified during streaming by calling
209 The function will mark all the pads which are part of the pipeline as streaming.
227 are required to stop streaming.
232 link is a streaming entity. Links that can be modified while streaming must
235 If other operations need to be disallowed on streaming entities (such as
237 media_entity stream_count field to find out if an entity is streaming. This
/linux/Documentation/userspace-api/media/
H A Dintro.rst8 and radio streaming devices, including video cameras, analog and digital
10 streaming capture and output devices, codec devices and remote controllers.
/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c1579 uvcg_format_get_default_color_match(struct config_item *streaming) in uvcg_format_get_default_color_match() argument
1584 color_matching_item = config_group_find_item(to_config_group(streaming), in uvcg_format_get_default_color_match()
1605 struct config_item *streaming, *color_matching; in uvcg_format_allow_link() local
1611 streaming = src->ci_parent->ci_parent; in uvcg_format_allow_link()
1612 color_matching = config_group_find_item(to_config_group(streaming), "color_matching"); in uvcg_format_allow_link()
1625 color_matching_desc = uvcg_format_get_default_color_match(streaming); in uvcg_format_allow_link()
1648 struct config_item *streaming; in uvcg_format_drop_link() local
1656 streaming = src->ci_parent->ci_parent; in uvcg_format_drop_link()
1657 color_matching_desc = uvcg_format_get_default_color_match(streaming); in uvcg_format_drop_link()
2477 struct config_item *streaming; in uvcg_uncompressed_make() local
[all …]
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.h51 const void* src, size_t srcSize, const streaming_operation streaming);
/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.h23 bool streaming; member
/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_vv6410.c42 if (!gspca_dev->streaming) in vv6410_s_ctrl()
47 if (!gspca_dev->streaming) in vv6410_s_ctrl()
/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst51 - min_buffers: The minimum number of streaming I/O buffers that the driver
56 - max_buffers: The maximum number of streaming I/O buffers; default is

1234567