Home
last modified time | relevance | path

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

/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/adhd/cras/src/server/
Dcras_rstream.c113 struct cras_rstream *const *stream_out) in verify_rstream_parameters() argument
117 if (stream_out == NULL) { in verify_rstream_parameters()
272 struct cras_rstream **stream_out) in cras_rstream_create() argument
277 rc = verify_rstream_parameters(config, stream_out); in cras_rstream_create()
319 *stream_out = stream; in cras_rstream_create()
Dcras_rstream.h110 struct cras_rstream **stream_out);
/external/webrtc/media/base/
Dstream_params.cc75 StreamParams* stream_out) { in GetStream() argument
77 if (found && stream_out) in GetStream()
78 *stream_out = *found; in GetStream()
/external/llvm-project/clang/test/SemaCXX/
Dtypo-correction.cpp97 unknown_type_test::stream_out out; // expected-error{{no type named 'stream_out' in namespace 'unkn…
106 …bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'str… in before_caching_classname()
108 stream_out out; // expected-error{{unknown type name 'stream_out'; did you mean 'StreamOut'?}}
110 …bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'str… in after_caching_classname()
/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc95 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out) { in grpc_deframe_unprocessed_incoming_frames() argument
181 GPR_ASSERT(stream_out != nullptr); in grpc_deframe_unprocessed_incoming_frames()
195 stream_out->reset(p->parsing_frame); in grpc_deframe_unprocessed_incoming_frames()
Dframe_data.h80 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out);
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c246 struct pipe_stream_output *stream_out, in si_llvm_streamout_store_output() argument
249 unsigned buf_idx = stream_out->output_buffer; in si_llvm_streamout_store_output()
250 unsigned start = stream_out->start_component; in si_llvm_streamout_store_output()
251 unsigned num_comps = stream_out->num_components; in si_llvm_streamout_store_output()
260 assert(stream_out->stream == shader_out->vertex_stream[start + j]); in si_llvm_streamout_store_output()
287 so_write_offsets[buf_idx], ctx->ac.i32_0, stream_out->dst_offset * 4, in si_llvm_streamout_store_output()
Dsi_shader_internal.h287 struct pipe_stream_output *stream_out,
/external/adhd/cras/src/tests/
Dcontrol_rclient_unittest.cc779 struct cras_rstream** stream_out) { in cras_rstream_create() argument
780 *stream_out = cras_rstream_create_stream_out; in cras_rstream_create()
Diodev_list_unittest.cc2254 struct cras_rstream** stream_out) { in cras_rstream_create() argument
/external/libevent/test/
Dregress_http.c4752 HTTP(stream_out),
4791 HTTPS(stream_out),
/external/libevent/
DChangeLog556 o test/http: stream_out for https (ac04968 Azat Khuzhin)