Home
last modified time | relevance | path

Searched refs:stream_out (Results 1 – 11 of 11) sorted by relevance

/external/adhd/cras/src/server/
Dcras_rstream.c92 struct cras_rstream **stream_out) in verify_rstream_parameters() argument
99 if (stream_out == NULL) { in verify_rstream_parameters()
213 struct cras_rstream **stream_out) in cras_rstream_create() argument
222 stream_out); in cras_rstream_create()
259 *stream_out = stream; in cras_rstream_create()
Dcras_rstream.h134 struct cras_rstream **stream_out);
/external/clang/test/SemaCXX/
Dtypo-correction.cpp96 unknown_type_test::stream_out out; // expected-error{{no type named 'stream_out' in namespace 'unkn…
105 …bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'str… in before_caching_classname()
107 stream_out out; // expected-error{{unknown type name 'stream_out'; did you mean 'StreamOut'?}}
109 …bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'str… in after_caching_classname()
/external/webrtc/talk/media/base/
Dstreamparams.cc48 StreamParams* stream_out) { in GetStream() argument
50 if (found && stream_out) in GetStream()
51 *stream_out = *found; in GetStream()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc103 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out) { in grpc_deframe_unprocessed_incoming_frames() argument
191 GPR_ASSERT(stream_out != nullptr); in grpc_deframe_unprocessed_incoming_frames()
202 stream_out->reset(p->parsing_frame); in grpc_deframe_unprocessed_incoming_frames()
Dframe_data.h82 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out);
/external/adhd/cras/src/tests/
Drclient_unittest.cc741 struct cras_rstream **stream_out) in cras_rstream_create() argument
743 *stream_out = cras_rstream_create_stream_out; in cras_rstream_create()
Diodev_list_unittest.cc1811 struct cras_rstream **stream_out) { in cras_rstream_create() argument
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c2705 struct pipe_stream_output *stream_out, in emit_streamout_output() argument
2708 unsigned buf_idx = stream_out->output_buffer; in emit_streamout_output()
2709 unsigned start = stream_out->start_component; in emit_streamout_output()
2710 unsigned num_comps = stream_out->num_components; in emit_streamout_output()
2719 assert(stream_out->stream == shader_out->vertex_stream[start + j]); in emit_streamout_output()
2746 stream_out->dst_offset * 4, 1, 1, true, false); in emit_streamout_output()
/external/libevent/test/
Dregress_http.c4608 HTTP(stream_out),
4645 HTTPS(stream_out),
/external/libevent/
DChangeLog243 o test/http: stream_out for https (ac04968 Azat Khuzhin)