Searched defs:streaming (Results 1 - 25 of 30) sorted by relevance

12

/drivers/media/platform/vsp1/
H A Dvsp1_entity.c27 bool streaming; local
30 streaming = entity->streaming;
33 return streaming;
36 int vsp1_entity_set_streaming(struct vsp1_entity *entity, bool streaming) argument
41 entity->streaming = streaming;
44 if (!streaming)
53 entity->streaming = false;
H A Dvsp1_entity.h76 struct mutex lock; /* Protects the streaming field */
77 bool streaming; member in struct:vsp1_entity
100 int vsp1_entity_set_streaming(struct vsp1_entity *entity, bool streaming);
/drivers/media/usb/as102/
H A Das102_drv.h76 int streaming; member in struct:as102_dev_t
/drivers/media/platform/exynos4-is/
H A Dfimc-isp.h138 int streaming; member in struct:fimc_is_video
H A Dfimc-lite.h182 bool streaming; member in struct:fimc_lite
H A Dfimc-lite.c176 * Reinitialize the driver so it is ready to start the streaming again.
181 * software reset and disable streaming on the whole pipeline if required.
187 bool streaming; local
190 streaming = fimc->state & (1 << ST_SENSOR_STREAM);
218 if (!streaming)
536 if (fimc->streaming) {
538 fimc->streaming = false;
858 fimc->streaming = true;
878 fimc->streaming = false;
H A Dfimc-capture.c79 * Reinitialize the driver so it is ready to start the streaming again.
84 * software reset and disable streaming on the whole pipeline if required.
91 bool streaming; local
94 streaming = fimc->state & (1 << ST_CAPT_ISP_STREAM);
122 if (streaming)
547 if (close && vc->streaming) {
549 vc->streaming = false;
1237 vc->streaming = true;
1258 vc->streaming = false;
H A Dfimc-core.h325 bool streaming; member in struct:fimc_vid_cap
/drivers/media/i2c/smiapp/
H A Dsmiapp.h225 bool streaming; member in struct:smiapp_sensor
H A Dsmiapp-core.c433 if (sensor->streaming)
479 if (sensor->streaming)
1315 sensor->streaming = false;
1501 if (sensor->streaming == enable)
1505 sensor->streaming = true;
1508 sensor->streaming = false;
1511 sensor->streaming = false;
2686 sensor->streaming = false;
2806 bool streaming; local
2813 if (sensor->streaming)
[all...]
/drivers/media/i2c/
H A Dtvp514x.c96 * @streaming: TVP5146/47 decoder streaming - enabled or disabled.
113 int streaming; member in struct:tvp514x_decoder
552 if (!decoder->streaming) {
865 * @enable: streaming enable or disable
867 * Sets streaming to enable or disable, if possible.
874 if (decoder->streaming == enable)
886 decoder->streaming = enable;
908 decoder->streaming = enable;
1041 .streaming
[all...]
H A Dtvp7002.c425 int streaming; member in struct:tvp7002
771 * @enable: streaming enable or disable
773 * Sets streaming to enable or disable, if possible.
780 if (device->streaming == enable)
786 v4l2_dbg(1, debug, sd, "Fail to set streaming\n");
790 device->streaming = enable;
820 device->streaming ? "yes" : "no");
H A Dmt9m032.c158 struct mutex lock; /* Protects streaming, format, interval and crop */
160 bool streaming; member in struct:mt9m032
249 static int update_formatter2(struct mt9m032 *sensor, bool streaming) argument
256 if (streaming)
411 if (sensor->streaming && fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
450 if (sensor->streaming && crop->which == V4L2_SUBDEV_FORMAT_ACTIVE) {
515 if (sensor->streaming) {
533 static int mt9m032_s_stream(struct v4l2_subdev *subdev, int streaming) argument
539 ret = update_formatter2(sensor, streaming);
541 sensor->streaming
[all...]
H A Dnoon010pc30.c146 unsigned int streaming:1; member in struct:noon010_info
567 if (!info->streaming) {
619 if (!info->streaming != !on) {
622 info->streaming = on;
H A Ds5k4ecgx.c193 u8 streaming; member in struct:s5k4ecgx
500 priv->streaming = 0;
608 if (!priv->streaming) {
822 v4l2_dbg(1, debug, sd, "Turn streaming %s\n", on ? "on" : "off");
826 if (priv->streaming == !on) {
829 priv->streaming = on & 1;
953 priv->streaming = 0;
H A Dov9650.c273 int streaming; member in struct:ov965x
530 ov965x->streaming = 0;
1238 if (ov965x->streaming) {
1330 if (ov965x->streaming == !on) {
1351 ov965x->streaming += on ? 1 : -1;
1353 WARN_ON(ov965x->streaming < 0);
H A Ds5k6aa.c263 unsigned int streaming:1; member in struct:s5k6aa
863 s5k6aa->streaming = 0;
908 s5k6aa->streaming = enable;
920 if (s5k6aa->streaming == !on) {
1127 if (s5k6aa->streaming) {
/drivers/media/platform/omap/
H A Domap_voutdef.h141 /* non-NULL means streaming is in progress. */
142 bool streaming; member in struct:omap_vout_device
/drivers/media/platform/omap3isp/
H A Dispvideo.c374 * isp_video_buffer_queue - Add buffer to streaming queue
377 * In memory-to-memory mode, start streaming on the pipeline if buffers are
976 * pipeline output stores the pipeline state. It tracks the streaming state of
1015 /* Start streaming on the pipeline. No link touching an entity in the
1016 * pipeline can be activated or deactivated once streaming is started.
1128 unsigned int streaming; local
1136 /* Make sure we're not streaming yet. */
1138 streaming = vb2_is_streaming(&vfh->queue);
1141 if (!streaming)
1292 /* Disable streaming an
[all...]
/drivers/media/usb/uvc/
H A Duvc_driver.c326 struct uvc_streaming *streaming, struct uvc_format *format,
329 struct usb_interface *intf = streaming->intf;
570 struct uvc_streaming *streaming = NULL; local
585 "video streaming interface\n", dev->udev->devnum,
597 streaming = kzalloc(sizeof *streaming, GFP_KERNEL);
598 if (streaming == NULL) {
603 mutex_init(&streaming->mutex);
604 streaming->dev = dev;
605 streaming
325 uvc_parse_format(struct uvc_device *dev, struct uvc_streaming *streaming, struct uvc_format *format, __u32 **intervals, unsigned char *buffer, int buflen) argument
1659 struct uvc_streaming *streaming; local
[all...]
/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c1248 struct dentry *entry, *streaming; local
1271 streaming = debugfs_create_dir("rx_streaming", rootdir);
1272 if (!streaming || IS_ERR(streaming))
1275 DEBUGFS_ADD_PREFIX(rx_streaming, interval, streaming);
1276 DEBUGFS_ADD_PREFIX(rx_streaming, always, streaming);
/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c146 * Reinitialize the driver so it is ready to start streaming again.
148 * turn off streaming at the data pipeline (sensor) if required.
155 bool streaming; local
158 streaming = vp->state & ST_VP_SENSOR_STREAMING;
177 if (!streaming)
390 * first, before the preview path starts streaming.
1328 * while streaming.
/drivers/media/usb/gspca/
H A Dgspca.c362 if (!gspca_dev->streaming)
376 if (!gspca_dev->streaming)
592 gspca_dev->streaming = 0;
848 /* reset the streaming variables */
931 gspca_dev->streaming = 1;
1186 if (gspca_dev->streaming) {
1303 /* if the file did the capture, free the streaming resources */
1305 if (gspca_dev->streaming)
1374 int i, ret = 0, streaming; local
1410 /* stop streaming */
2238 int streaming, ret = 0; local
[all...]
H A Dgspca.h189 __u8 streaming; /* protected by both mutexes (*) */ member in struct:gspca_dev
/drivers/media/i2c/s5c73m3/
H A Ds5c73m3.h415 u8 streaming:1; member in struct:s5c73m3

Completed in 301 milliseconds

12