Searched refs:stream_count (Results 1 – 17 of 17) sorted by relevance
242 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()
164 u32 stream_count; member185 u32 stream_count; member232 u32 stream_count; /* set to 1 for instance */ member269 u32 stream_count; member408 u32 stream_count; /* set to 1 (array size !) */ member
232 int stream_count; in snd_mixart_add_ref_pipe() local243 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()
160 int stream_count; member
461 for(i=0; i<notify->stream_count; i++) { in snd_mixart_threaded_irq()
170 int stream_count, audio_count; in pcxhr_dsp_allocate_pipe() local175 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()
520 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()
273 int stream_count; member278 short stream_count; member
134 if (camif->sensor.stream_count == !on) 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()390 if (camif->stream_count == 0) { in start_streaming()
45 unsigned int stream_count; member
163 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()
73 unsigned int stream_count; member
894 if (pipe->stream_count == pipe->num_video - 1) { in vsp1_video_start_streaming()926 pipe->stream_count++; in vsp1_video_start_streaming()946 if (--pipe->stream_count == 0) { in vsp1_video_stop_streaming()
89 int stream_count; /* Stream count for the entity. */ member
232 if (sd->entity.stream_count == 0) { in fimc_isp_subdev_set_fmt()
1116 sd->entity.stream_count > 0) || in fimc_lite_subdev_set_fmt()
355 media_entity stream_count field to find out if an entity is streaming. This