Lines Matching defs:pvr2_stream
35 struct pvr2_stream {
82 struct pvr2_stream *stream;
120 struct pvr2_stream *sp = bp->stream;
152 struct pvr2_stream *sp;
169 struct pvr2_stream *sp;
195 struct pvr2_stream *sp;
219 struct pvr2_stream *sp;
248 struct pvr2_stream *sp,
281 static int pvr2_stream_buffer_count(struct pvr2_stream *sp, unsigned int cnt)
350 static int pvr2_stream_achieve_buffer_count(struct pvr2_stream *sp)
378 static void pvr2_stream_internal_flush(struct pvr2_stream *sp)
398 static void pvr2_stream_init(struct pvr2_stream *sp)
407 static void pvr2_stream_done(struct pvr2_stream *sp)
418 struct pvr2_stream *sp;
460 struct pvr2_stream *pvr2_stream_create(void)
462 struct pvr2_stream *sp;
470 void pvr2_stream_destroy(struct pvr2_stream *sp)
478 void pvr2_stream_setup(struct pvr2_stream *sp,
491 void pvr2_stream_set_callback(struct pvr2_stream *sp,
506 void pvr2_stream_get_stats(struct pvr2_stream *sp,
529 int pvr2_stream_get_buffer_count(struct pvr2_stream *sp)
534 int pvr2_stream_set_buffer_count(struct pvr2_stream *sp, unsigned int cnt)
547 struct pvr2_buffer *pvr2_stream_get_idle_buffer(struct pvr2_stream *sp)
554 struct pvr2_buffer *pvr2_stream_get_ready_buffer(struct pvr2_stream *sp)
561 struct pvr2_buffer *pvr2_stream_get_buffer(struct pvr2_stream *sp, int id)
568 int pvr2_stream_get_ready_count(struct pvr2_stream *sp)
573 void pvr2_stream_kill(struct pvr2_stream *sp)
597 struct pvr2_stream *sp;
634 struct pvr2_stream *sp;