Searched refs:streaming (Results 1 - 25 of 152) sorted by relevance

1234567

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.h50 const void* src, size_t srcSize, const int frame, const streaming_operation streaming);
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.h23 bool streaming; member in struct:sun6i_isp_params_state
H A Dsun6i_isp_capture.h36 bool streaming; member in struct:sun6i_isp_capture_state
H A Dsun6i_isp_params.c336 bool capture_streaming = isp_dev->capture.state.streaming;
343 if (state->streaming && capture_streaming)
352 bool capture_streaming = isp_dev->capture.state.streaming;
354 state->streaming = true;
357 * Update the state as soon as possible if capture is streaming,
358 * otherwise it will be applied when capture starts streaming.
372 state->streaming = false;
/linux-master/drivers/media/usb/as102/
H A Das102_drv.h67 int streaming; member in struct:as102_dev_t
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_bridge.h45 * @streaming: Whether we are streaming now.
63 bool streaming; member in struct:vidtv_dvb
H A Dvidtv_mux.h105 * @streaming: whether 'mpeg_thread' is running.
136 bool streaming; member in struct:vidtv_mux
H A Dvidtv_mux.c399 while (m->streaming) {
459 if (m->streaming) {
460 dev_warn_ratelimited(m->dev, "Already streaming. Skipping.\n");
464 m->streaming = true;
471 if (m->streaming) {
472 m->streaming = false; /* thread will quit */
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_capture.h47 bool streaming; member in struct:sun6i_csi_capture_state
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-ipc.h48 * @streaming: Count of usecases that can attempt streaming D0i3
49 * @non_streaming: Count of usecases that can attempt non-streaming D0i3
55 int streaming; member in struct:skl_d0i3_data
99 u8 streaming; member in struct:skl_ipc_d0ix_msg
H A Dbxt-sst.c261 * non_d0i3 >0; streaming =X; non_streaming =X; state = no d0i3
262 * non_d0i3 =X; streaming =0; non_streaming =0; state = no d0i3
263 * non_d0i3 =0; streaming >0; non_streaming =X; state = streaming d0i3
264 * non_d0i3 =0; streaming =0; non_streaming =X; state = non-streaming d0i3
276 else if (d0i3->streaming)
310 msg.streaming = 0;
312 msg.streaming = 1;
365 msg.streaming
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c223 struct uvc_streaming *streaming, struct uvc_format *format,
227 struct usb_interface *intf = streaming->intf;
261 dev_info(&streaming->intf->dev,
512 struct uvc_streaming *streaming = NULL; local
527 "device %d interface %d isn't a video streaming interface\n",
541 streaming = uvc_stream_new(dev, intf);
542 if (streaming == NULL) {
578 "no class-specific streaming interface descriptors found\n");
585 streaming->type = V4L2_BUF_TYPE_VIDEO_OUTPUT;
590 streaming
222 uvc_parse_format(struct uvc_device *dev, struct uvc_streaming *streaming, struct uvc_format *format, struct uvc_frame *frames, u32 **intervals, const unsigned char *buffer, int buflen) argument
1884 struct uvc_streaming *streaming; local
[all...]
H A Duvc_status.c105 "Invalid streaming status event received\n");
110 if (len <= offsetof(struct uvc_status, streaming))
115 status->streaming.button ? "pressed" : "released", len);
116 uvc_input_report_key(dev, KEY_CAMERA, status->streaming.button);
/linux-master/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
H A Dinputfifo.c69 bool streaming; member in struct:inputfifo_instance
77 * Maintain a basic streaming to Mipi administration with ch_id as index
462 s2mi->streaming = true;
527 s2mi->streaming = false;
/linux-master/drivers/media/usb/gspca/
H A Dfinepix.c68 * is streaming data. Because it is a workqueue function it is allowed to sleep
87 while (gspca_dev->present && gspca_dev->streaming) {
103 if (!gspca_dev->present || !gspca_dev->streaming)
122 if (!gspca_dev->present || !gspca_dev->streaming)
/linux-master/sound/soc/intel/avs/
H A Dapl.c225 bool streaming = false; local
230 streaming = !list_empty(&adev->path_list);
232 ret = avs_ipc_set_d0ix(adev, enable, streaming);
/linux-master/drivers/media/i2c/
H A Dtw9900.c85 bool streaming; member in struct:tw9900
209 if (tw9900->streaming) {
267 if (tw9900->streaming == on) {
296 tw9900->streaming = on;
308 tw9900->streaming = on;
459 if (tw9900->streaming) {
515 if (tw9900->streaming) {
/linux-master/drivers/staging/media/ipu3/
H A Dipu3.h123 bool streaming; /* Public read only */ member in struct:imgu_device
145 /* Lock to protect writes to streaming flag in this struct */
148 /* Forbid streaming and buffer queuing during system suspend. */
150 /* Indicate if system suspend take place while imgu is streaming. */
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h123 * @streaming: is streaming in progress?
139 int streaming; member in struct:fimc_is_video
/linux-master/sound/usb/caiaq/
H A Ddevice.h84 int streaming, first_packet, output_running; member in struct:snd_usb_caiaqdev
H A Daudio.c96 if (cdev->streaming)
104 cdev->streaming = 1;
112 cdev->streaming = 0;
126 if (!cdev->streaming)
129 cdev->streaming = 0;
161 /* when the last client has stopped streaming,
231 if (cdev->streaming)
490 if (!cdev->streaming)
509 dev_warn(dev, "streaming error detected %s %s\n",
624 if (!cdev->streaming)
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_drvfs.c58 if (isp->asd.streaming) {
/linux-master/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_vv6410.c42 if (!gspca_dev->streaming)
47 if (!gspca_dev->streaming)
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-parallel.c132 bool streaming; member in struct:dcmipp_par_device
233 if (par->streaming)
356 "failed to start source subdev streaming (%d)\n",
364 "failed to stop source subdev streaming (%d)\n",
373 par->streaming = enable;
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c221 if (afe->streaming) {
289 afe->streaming = enable;
509 afe->streaming = false;

Completed in 213 milliseconds

1234567