/external/libopus/src/ |
D | opus_multistream.c | 57 int get_left_channel(const ChannelLayout *layout, int stream_id, int prev) in get_left_channel() 69 int get_right_channel(const ChannelLayout *layout, int stream_id, int prev) in get_right_channel() 81 int get_mono_channel(const ChannelLayout *layout, int stream_id, int prev) in get_mono_channel()
|
/external/webrtc/talk/app/webrtc/ |
D | rtpsender.h | 105 void set_stream_id(const std::string& stream_id) override { in set_stream_id() 108 std::string stream_id() const override { return stream_id_; } in stream_id() function 163 void set_stream_id(const std::string& stream_id) override { in set_stream_id() 166 std::string stream_id() const override { return stream_id_; } in stream_id() function
|
D | rtpsender.cc | 63 const std::string& stream_id, in AudioRtpSender() 203 const std::string& stream_id, in VideoRtpSender()
|
/external/grpc-grpc/test/http2_test/ |
D | http2_base_server.py | 119 def setup_send(self, data_to_send, stream_id, pad_length=None, read_chunk_size=_READ_CHUNK_SIZE): argument 126 def default_send(self, stream_id, pad_length=None, read_chunk_size=_READ_CHUNK_SIZE): argument 164 def on_send_done_default(self, stream_id): argument 171 def default_send_trailer(self, stream_id): argument 187 def parse_received_data(self, stream_id): argument
|
D | test_rst_after_data.py | 40 def on_send_done(self, stream_id): argument
|
D | test_rst_during_data.py | 41 def on_send_done(self, stream_id): argument
|
D | test_goaway.py | 45 def on_send_done(self, stream_id): argument
|
/external/adhd/cras/examples/ |
D | cplay.c | 23 cras_stream_id_t stream_id, in put_samples() 43 cras_stream_id_t stream_id, in stream_error() 55 cras_stream_id_t stream_id; in main() local
|
D | cplay_buffer.c | 19 cras_stream_id_t stream_id; in main() local
|
/external/adhd/cras/src/tests/ |
D | cras_router.c | 46 cras_stream_id_t stream_id, in got_samples() 69 cras_stream_id_t stream_id, in put_samples() 93 cras_stream_id_t stream_id, in stream_error() 103 cras_stream_id_t *stream_id, in start_stream() 128 cras_stream_id_t stream_id = 0; in run_file_io_stream() local
|
D | cras_test_client.c | 126 cras_stream_id_t stream_id, in got_samples() 163 cras_stream_id_t stream_id, in put_samples() 213 cras_stream_id_t stream_id, in put_stdin_samples() 234 cras_stream_id_t stream_id, in stream_error() 699 cras_stream_id_t *stream_id, in start_stream() 732 static void run_aecdump(struct cras_client *client, uint64_t stream_id, in run_aecdump() 767 cras_stream_id_t stream_id = 0; in run_file_io_stream() local 1264 cras_stream_id_t stream_id = 0; in main() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | gpu_device_context.h | 32 GPUDeviceContext(int stream_id, se::Stream* stream, in GPUDeviceContext() 50 int stream_id() const { return stream_id_; } in stream_id() function
|
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/ |
D | igfs_client.h | 72 Status WriteBlock(int64_t stream_id, const uint8_t *data, int32_t len) { in WriteBlock() 77 Status ReadBlock(ReadBlockCtrlResponse *res, int64_t stream_id, int64_t pos, in ReadBlock() 83 Status Close(CtrlResponse<CloseResponse> *res, int64_t stream_id) { in Close()
|
D | igfs_messages.h | 229 int64_t stream_id; variable 242 int64_t stream_id; variable 261 int64_t stream_id; variable
|
D | igfs_messages.cc | 130 StreamCtrlRequest::StreamCtrlRequest(int32_t command_id_, int64_t stream_id, in StreamCtrlRequest() 282 ReadBlockRequest::ReadBlockRequest(int64_t stream_id, int64_t pos, in ReadBlockRequest() 322 WriteBlockRequest::WriteBlockRequest(int64_t stream_id, const uint8_t *data, in WriteBlockRequest()
|
/external/adhd/cras/src/libcras/ |
D | cras_helpers.c | 21 cras_stream_id_t stream_id, in play_buffer_callback() 47 cras_stream_id_t stream_id, in play_buffer_error() 156 cras_stream_id_t stream_id; in cras_helper_play_buffer() local
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_primitives.cpp | 51 const uint32_t stream_id = inst->word(1); in PrimitivesPass() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_primitives.cpp | 51 const uint32_t stream_id = inst->word(1); in PrimitivesPass() local
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_gs_nir.cpp | 86 int stream_id = instr->const_index[0]; in nir_emit_intrinsic() local
|
D | brw_vec4_gs_visitor.cpp | 413 vec4_gs_visitor::set_stream_control_data_bits(unsigned stream_id) in set_stream_control_data_bits() 452 vec4_gs_visitor::gs_emit_vertex(int stream_id) in gs_emit_vertex()
|
/external/webrtc/webrtc/common_video/ |
D | incoming_video_stream.cc | 35 IncomingVideoStream::IncomingVideoStream(uint32_t stream_id, in IncomingVideoStream() 66 int32_t IncomingVideoStream::RenderFrame(const uint32_t stream_id, in RenderFrame()
|
/external/adhd/cras/src/alsa_plugin/ |
D | pcm_cras.c | 33 cras_stream_id_t stream_id; member 119 cras_stream_id_t stream_id, in pcm_cras_process_cb() 215 cras_stream_id_t stream_id, in pcm_cras_error_cb()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_stream_util.cc | 83 int stream_id = highest_stream_id + 1; in AssignStreams() local
|
/external/adhd/cras/src/common/ |
D | cras_messages.h | 103 cras_stream_id_t stream_id; /* unique id for this stream */ member 123 cras_stream_id_t stream_id; /* unique id for this stream */ member 134 cras_stream_id_t stream_id, in cras_fill_connect_message() 160 cras_stream_id_t stream_id; member 164 cras_stream_id_t stream_id) in cras_fill_disconnect_stream_message() 472 cras_stream_id_t stream_id; member 478 cras_stream_id_t stream_id, in cras_fill_set_aec_dump_message() 539 cras_stream_id_t stream_id; member 551 cras_stream_id_t stream_id; member 558 cras_stream_id_t stream_id, in cras_fill_client_stream_connected() [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | rpc_rendezvous_mgr_test.cc | 161 explicit DummyDeviceContext(int stream_id) : stream_id_(stream_id) {} in DummyDeviceContext() 163 int stream_id() const { return stream_id_; } in stream_id() function in tensorflow::DummyDeviceContext
|