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()
613 if (q->streaming) { in videobuf_qbuf()
638 if (!q->streaming) { in stream_next_buffer_check_queue()
659 !list_empty(&q->stream) || !q->streaming); in stream_next_buffer_check_queue()
747 if (q->streaming) in videobuf_streamon()
749 q->streaming = 1; in videobuf_streamon()
766 if (!q->streaming) in __videobuf_streamoff()
1037 if (q->streaming) in videobuf_stop()
1059 if (q->streaming) in videobuf_read_stream()
1129 if (q->streaming) { in videobuf_poll_stream()