Home | History | Annotate | Download | only in usbaudio

Lines Matching refs:stream_out

53 struct stream_out {
71 static int start_output_stream(struct stream_out *out)
125 struct stream_out *out = (struct stream_out *)stream;
149 struct stream_out *out = (struct stream_out *)stream;
194 struct stream_out *out = (struct stream_out *)stream;
251 struct audio_stream_out **stream_out)
254 struct stream_out *out;
257 out = (struct stream_out *)calloc(1, sizeof(struct stream_out));
290 *stream_out = &out->stream;
295 *stream_out = NULL;
302 struct stream_out *out = (struct stream_out *)stream;