Searched refs:stream_out (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.cc132 StreamParams* stream_out) {
136 if (stream_out != NULL) {
137 *stream_out = *stream;
146 StreamParams* stream_out) {
147 return GetStream(streams, StreamSelector(ssrc), stream_out);
153 StreamParams* stream_out) {
154 return GetStream(streams, StreamSelector(groupid, id), stream_out);
130 GetStream(const StreamParamsVec& streams, const StreamSelector& selector, StreamParams* stream_out) argument
145 GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc, StreamParams* stream_out) argument
150 GetStreamByIds(const StreamParamsVec& streams, const std::string& groupid, const std::string& id, StreamParams* stream_out) argument
H A Dstreamparams.h190 StreamParams* stream_out);
192 StreamParams* stream_out);
196 StreamParams* stream_out);
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp95 unknown_type_test::stream_out out; // expected-error{{no type named 'stream_out' in namespace 'unknown_type_test'; did you mean 'StreamOut'?}}
104 bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'stream_count'?}}
106 stream_out out; // expected-error{{unknown type name 'stream_out'; did you mean 'StreamOut'?}}
108 bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'stream_count'?}}
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h466 uint32 ssrc, StreamParams* stream_out);
470 StreamParams* stream_out);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc195 cricket::StreamParams stream_out; local
205 if (cricket::GetStreamBySsrc(audio_content->streams(), ssrc, &stream_out)) {
206 *track_id = stream_out.id;
219 if (cricket::GetStreamBySsrc(video_content->streams(), ssrc, &stream_out)) {
220 *track_id = stream_out.id;
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c792 struct audio_stream_out **stream_out)
834 *stream_out = &out->stream;
868 *stream_out = NULL;
787 adev_open_output_stream(struct audio_hw_device *dev, audio_io_handle_t handle, audio_devices_t devices, audio_output_flags_t flags, struct audio_config *config, struct audio_stream_out **stream_out) argument

Completed in 106 milliseconds