Home
last modified time | relevance | path

Searched refs:stream_count (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/media/
Dmedia-entity.c242 entity->stream_count++; in media_entity_pipeline_start()
247 if (entity->stream_count > 1) in media_entity_pipeline_start()
318 entity_err->stream_count--; in media_entity_pipeline_start()
319 if (entity_err->stream_count == 0) in media_entity_pipeline_start()
358 entity->stream_count--; in media_entity_pipeline_stop()
359 if (entity->stream_count == 0) in media_entity_pipeline_stop()
590 (source->stream_count || sink->stream_count)) in __media_entity_setup_link()
/linux-4.1.27/sound/pci/mixart/
Dmixart_core.h164 u32 stream_count; member
185 u32 stream_count; member
232 u32 stream_count; /* set to 1 for instance */ member
269 u32 stream_count; member
408 u32 stream_count; /* set to 1 (array size !) */ member
Dmixart.c232 int stream_count; in snd_mixart_add_ref_pipe() local
243 stream_count = MIXART_CAPTURE_STREAMS; in snd_mixart_add_ref_pipe()
251 stream_count = MIXART_PLAYBACK_STREAMS; in snd_mixart_add_ref_pipe()
255 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe()
281 buf->sgroup_req.stream_count = stream_count; in snd_mixart_add_ref_pipe()
286 for (i=0; i<stream_count; i++) { in snd_mixart_add_ref_pipe()
327 pipe->stream_count = buf->sgroup_resp.stream_count; in snd_mixart_add_ref_pipe()
386 pipe->stream_count = 0; in snd_mixart_kill_ref_pipe()
403 stream_state_req.stream_count = 1; in mixart_set_stream_state()
580 stream_param.stream_count = 1; /* set to 1 */ in mixart_set_format()
Dmixart.h160 int stream_count; member
Dmixart_core.c461 for(i=0; i<notify->stream_count; i++) { in snd_mixart_threaded_irq()
/linux-4.1.27/sound/pci/pcxhr/
Dpcxhr_hwdep.c170 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local
175 stream_count = 1; in pcxhr_dsp_allocate_pipe()
181 stream_count = PCXHR_PLAYBACK_STREAMS; in pcxhr_dsp_allocate_pipe()
191 audio_count, stream_count); in pcxhr_dsp_allocate_pipe()
/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-regs.c520 camif->stream_count++; in camif_hw_enable_capture()
528 if (camif->stream_count == 1) in camif_hw_enable_capture()
534 cfg, camif->stream_count); in camif_hw_enable_capture()
545 if (WARN_ON(--(camif->stream_count) < 0)) in camif_hw_disable_capture()
546 camif->stream_count = 0; in camif_hw_disable_capture()
548 if (camif->stream_count == 0) in camif_hw_disable_capture()
552 cfg, camif->stream_count); in camif_hw_disable_capture()
Dcamif-core.h273 int stream_count; member
278 short stream_count; member
Dcamif-capture.c134 if (!on == camif->sensor.stream_count) in sensor_set_streaming()
137 sensor->stream_count += on ? 1 : -1; in sensor_set_streaming()
140 on, sensor->stream_count, err); in sensor_set_streaming()
202 status = camif->stream_count > 0; in camif_is_streaming()
396 if (camif->stream_count == 0) { in start_streaming()
/linux-4.1.27/drivers/media/platform/xilinx/
Dxilinx-dma.h45 unsigned int stream_count; member
Dxilinx-dma.c163 if (pipe->stream_count == pipe->num_dmas - 1) { in xvip_pipeline_set_stream()
168 pipe->stream_count++; in xvip_pipeline_set_stream()
170 if (--pipe->stream_count == 0) in xvip_pipeline_set_stream()
/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_video.h73 unsigned int stream_count; member
Dvsp1_video.c812 if (pipe->stream_count == pipe->num_video - 1) { in vsp1_video_start_streaming()
844 pipe->stream_count++; in vsp1_video_start_streaming()
864 if (--pipe->stream_count == 0) { in vsp1_video_stop_streaming()
/linux-4.1.27/include/media/
Dmedia-entity.h89 int stream_count; /* Stream count for the entity. */ member
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-isp.c232 if (sd->entity.stream_count == 0) { in fimc_isp_subdev_set_fmt()
Dfimc-lite.c1119 sd->entity.stream_count > 0) || in fimc_lite_subdev_set_fmt()
/linux-4.1.27/Documentation/
Dmedia-framework.txt355 media_entity stream_count field to find out if an entity is streaming. This