Searched refs:stream_out (Results 1 – 15 of 15) sorted by relevance
96 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()
75 StreamParams* stream_out) { in GetStream() argument77 if (found && stream_out) in GetStream()78 *stream_out = *found; in GetStream()
113 struct cras_rstream *const *stream_out) in verify_rstream_parameters() argument117 if (stream_out == NULL) { in verify_rstream_parameters()272 struct cras_rstream **stream_out) in cras_rstream_create() argument277 rc = verify_rstream_parameters(config, stream_out); in cras_rstream_create()319 *stream_out = stream; in cras_rstream_create()
110 struct cras_rstream **stream_out);
97 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()
103 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out) { in grpc_deframe_unprocessed_incoming_frames() argument191 GPR_ASSERT(stream_out != nullptr); in grpc_deframe_unprocessed_incoming_frames()202 stream_out->reset(p->parsing_frame); in grpc_deframe_unprocessed_incoming_frames()
82 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out);
95 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out) { in grpc_deframe_unprocessed_incoming_frames() argument181 GPR_ASSERT(stream_out != nullptr); in grpc_deframe_unprocessed_incoming_frames()195 stream_out->reset(p->parsing_frame); in grpc_deframe_unprocessed_incoming_frames()
80 grpc_core::OrphanablePtr<grpc_core::ByteStream>* stream_out);
246 struct pipe_stream_output *stream_out, in si_llvm_streamout_store_output() argument249 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()
287 struct pipe_stream_output *stream_out,
779 struct cras_rstream** stream_out) { in cras_rstream_create() argument780 *stream_out = cras_rstream_create_stream_out; in cras_rstream_create()
2254 struct cras_rstream** stream_out) { in cras_rstream_create() argument
4752 HTTP(stream_out),4791 HTTPS(stream_out),
556 o test/http: stream_out for https (ac04968 Azat Khuzhin)