Home | History | Annotate | Download | only in audio

Lines Matching defs:stream_out

133     audio_devices_t out_device; /* "or" of stream_out.device for all active output streams */
152 struct stream_out *outputs[OUTPUT_TOTAL];
156 struct stream_out {
426 static void do_out_standby(struct stream_out *out);
474 static int read_hdmi_channel_masks(struct audio_device *adev, struct stream_out *out) {
632 struct stream_out *out;
707 static int start_output_stream(struct stream_out *out)
933 struct stream_out *out = (struct stream_out *)stream;
945 struct stream_out *out = (struct stream_out *)stream;
953 struct stream_out *out = (struct stream_out *)stream;
971 static audio_devices_t output_devices(struct stream_out *out)
978 struct stream_out *other = dev->outputs[type];
993 static void do_out_standby(struct stream_out *out)
1031 struct stream_out *out = adev->outputs[type];
1039 static void unlock_all_outputs(struct audio_device *adev, struct stream_out *except)
1045 struct stream_out *out = adev->outputs[--type];
1054 struct stream_out *out = (struct stream_out *)stream;
1073 struct stream_out *out = (struct stream_out *)stream;
1119 struct stream_out *out = (struct stream_out *)stream;
1159 struct stream_out *out = (struct stream_out *)stream;
1168 struct stream_out *out = (struct stream_out *)stream;
1189 struct stream_out *out = (struct stream_out *)stream;
1272 struct stream_out *out = (struct stream_out *)stream;
1581 struct audio_stream_out **stream_out,
1585 struct stream_out *out;
1589 out = (struct stream_out *)calloc(1, sizeof(struct stream_out));
1664 *stream_out = &out->stream;
1670 *stream_out = NULL;
1684 if (adev->outputs[type] == (struct stream_out *) stream) {