Lines Matching full:streaming
191 if (q->streaming) { in videobuf_queue_is_busy()
192 dprintk(1, "busy: streaming active\n"); in videobuf_queue_is_busy()
226 * This function can only be called if streaming/reading is off, i.e. no buffers
238 if (q->streaming || q->reading) { in __videobuf_free()
239 dprintk(1, "Cannot free buffers when streaming or reading\n"); in __videobuf_free()
268 q->streaming = 0; in videobuf_queue_cancel()
460 if (q->streaming) { in videobuf_reqbufs()
461 dprintk(1, "reqbufs: streaming already exists\n"); in videobuf_reqbufs()
612 if (q->streaming) { in videobuf_qbuf()
637 if (!q->streaming) { in stream_next_buffer_check_queue()
638 dprintk(1, "next_buffer: Not streaming\n"); in stream_next_buffer_check_queue()
654 /* Checking list_empty and streaming is safe without 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()