Home | History | Annotate | Download | only in audio

Lines Matching defs:stream_out

120     struct stream_out *active_out;
124 struct stream_out {
185 * stream_out mutexes.
225 static void do_out_standby(struct stream_out *out)
267 static int start_output_stream(struct stream_out *out)
364 struct stream_out *out = adev->active_out;
540 struct stream_out *out = (struct stream_out *)stream;
558 struct stream_out *out = (struct stream_out *)stream;
601 struct stream_out *out = (struct stream_out *)stream;
627 struct stream_out *out = (struct stream_out *)stream;
803 struct stream_out *out = (struct stream_out *)stream;
1026 struct audio_stream_out **stream_out,
1030 struct stream_out *out;
1033 out = (struct stream_out *)calloc(1, sizeof(struct stream_out));
1065 *stream_out = &out->stream;
1070 *stream_out = NULL;