Searched refs:stream_out (Results 1 – 11 of 11) sorted by relevance
92 struct cras_rstream **stream_out) in verify_rstream_parameters() argument99 if (stream_out == NULL) { in verify_rstream_parameters()213 struct cras_rstream **stream_out) in cras_rstream_create() argument222 stream_out); in cras_rstream_create()259 *stream_out = stream; in cras_rstream_create()
134 struct cras_rstream **stream_out);
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()
48 StreamParams* stream_out) { in GetStream() argument50 if (found && stream_out) in GetStream()51 *stream_out = *found; in GetStream()
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);
741 struct cras_rstream **stream_out) in cras_rstream_create() argument743 *stream_out = cras_rstream_create_stream_out; in cras_rstream_create()
1811 struct cras_rstream **stream_out) { in cras_rstream_create() argument
2705 struct pipe_stream_output *stream_out, in emit_streamout_output() argument2708 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()
4608 HTTP(stream_out),4645 HTTPS(stream_out),
243 o test/http: stream_out for https (ac04968 Azat Khuzhin)