Lines Matching refs:streaming
191 if (q->streaming) { in videobuf_queue_is_busy()
238 if (q->streaming || q->reading) { in __videobuf_free()
268 q->streaming = 0; in videobuf_queue_cancel()
460 if (q->streaming) { in videobuf_reqbufs()
612 if (q->streaming) { in videobuf_qbuf()
637 if (!q->streaming) { in stream_next_buffer_check_queue()
658 !list_empty(&q->stream) || !q->streaming); in stream_next_buffer_check_queue()
746 if (q->streaming) in videobuf_streamon()
748 q->streaming = 1; in videobuf_streamon()
765 if (!q->streaming) in __videobuf_streamoff()
1036 if (q->streaming) in videobuf_stop()
1058 if (q->streaming) in videobuf_read_stream()
1128 if (q->streaming) { in videobuf_poll_stream()