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

/external/libcxx/test/utilities/template.bitset/bitset.operators/
H A DAndroid.mk27 test_name := utilities/template.bitset/bitset.operators/stream_out
28 test_src := stream_out.pass.cpp
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.cc154 StreamParams* stream_out) {
158 if (stream_out != NULL) {
159 *stream_out = *stream;
168 StreamParams* stream_out) {
169 return GetStream(streams, StreamSelector(ssrc), stream_out);
175 StreamParams* stream_out) {
176 return GetStream(streams, StreamSelector(groupid, id), stream_out);
152 GetStream(const StreamParamsVec& streams, const StreamSelector& selector, StreamParams* stream_out) argument
167 GetStreamBySsrc(const StreamParamsVec& streams, uint32 ssrc, StreamParams* stream_out) argument
172 GetStreamByIds(const StreamParamsVec& streams, const std::string& groupid, const std::string& id, StreamParams* stream_out) argument
H A Dstreamparams.h209 StreamParams* stream_out);
211 StreamParams* stream_out);
215 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.h541 uint32 ssrc, StreamParams* stream_out);
545 StreamParams* stream_out);
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c1006 struct audio_stream_out **stream_out,
1056 *stream_out = &out->stream;
1072 *stream_out = NULL;
1001 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, const char *address __unused) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc224 cricket::StreamParams stream_out; local
232 if (cricket::GetStreamBySsrc(audio_content->streams(), ssrc, &stream_out)) {
233 *track_id = stream_out.id;
245 if (cricket::GetStreamBySsrc(video_content->streams(), ssrc, &stream_out)) {
246 *track_id = stream_out.id;

Completed in 206 milliseconds