| /external/webrtc/net/dcsctp/packet/parameter/ |
| D | incoming_ssn_reset_request_parameter.h | 42 std::vector<StreamID> stream_ids) in IncomingSSNResetRequestParameter() 55 rtc::ArrayView<const StreamID> stream_ids() const { return stream_ids_; } in stream_ids() function
|
| D | outgoing_ssn_reset_request_parameter.h | 46 std::vector<StreamID> stream_ids) in OutgoingSSNResetRequestParameter() 65 rtc::ArrayView<const StreamID> stream_ids() const { return stream_ids_; } in stream_ids() function
|
| D | incoming_ssn_reset_request_parameter.cc | 55 std::vector<StreamID> stream_ids; in Parse() local
|
| D | outgoing_ssn_reset_request_parameter.cc | 63 std::vector<StreamID> stream_ids; in Parse() local
|
| /external/webrtc/pc/ |
| D | audio_rtp_receiver.cc | 29 std::vector<std::string> stream_ids, in AudioRtpReceiver() 122 std::vector<std::string> AudioRtpReceiver::stream_ids() const { in stream_ids() function in webrtc::AudioRtpReceiver 124 std::vector<std::string> stream_ids(streams_.size()); in stream_ids() local 220 void AudioRtpReceiver::set_stream_ids(std::vector<std::string> stream_ids) { in set_stream_ids()
|
| D | video_rtp_receiver.cc | 28 std::vector<std::string> stream_ids) in VideoRtpReceiver() 55 std::vector<std::string> VideoRtpReceiver::stream_ids() const { in stream_ids() function in webrtc::VideoRtpReceiver 57 std::vector<std::string> stream_ids(streams_.size()); in stream_ids() local 192 void VideoRtpReceiver::set_stream_ids(std::vector<std::string> stream_ids) { in set_stream_ids()
|
| D | peer_connection_wrapper.cc | 285 const std::vector<std::string>& stream_ids) { in AddTrack() 294 const std::vector<std::string>& stream_ids, in AddTrack() 304 const std::vector<std::string>& stream_ids) { in AddAudioTrack() 310 const std::vector<std::string>& stream_ids) { in AddVideoTrack()
|
| D | rtp_receiver.cc | 32 RtpReceiverInternal::CreateStreamsFromIds(std::vector<std::string> stream_ids) { in CreateStreamsFromIds()
|
| D | rtp_transmission_manager.cc | 102 const std::vector<std::string>& stream_ids, in AddTrack() 114 const std::vector<std::string>& stream_ids, in AddTrackPlanB() 160 const std::vector<std::string>& stream_ids, in AddTrackUnifiedPlan() 214 const std::vector<std::string>& stream_ids, in CreateSender()
|
| D | rtp_sender.h | 161 std::vector<std::string> stream_ids() const override { in stream_ids() function 165 void set_stream_ids(const std::vector<std::string>& stream_ids) override { in set_stream_ids()
|
| D | media_session.h | 58 std::vector<std::string> stream_ids; member
|
| D | peer_connection.cc | 849 const std::vector<std::string>& stream_ids) { in AddTrack() 855 const std::vector<std::string>& stream_ids, in AddTrack() 862 const std::vector<std::string>& stream_ids, in AddTrack() 1161 std::vector<std::string> stream_ids; in CreateSender() local
|
| D | rtp_sender.cc | 385 void RtpSenderBase::SetStreams(const std::vector<std::string>& stream_ids) { in SetStreams()
|
| D | webrtc_sdp.cc | 706 std::vector<std::string> stream_ids; in CreateTracksFromSsrcInfos() local 1629 std::vector<std::string> stream_ids = track.stream_ids(); in BuildRtpContentAttributes() local 2333 std::vector<std::string>* stream_ids, in ParseMsidAttribute() 3003 std::vector<std::string> stream_ids; in ParseContent() local
|
| /external/webrtc/media/base/ |
| D | stream_params.cc | 45 void AppendStreamIds(rtc::ArrayView<const std::string> stream_ids, in AppendStreamIds() 221 std::vector<std::string> StreamParams::stream_ids() const { in stream_ids() function in cricket::StreamParams 225 void StreamParams::set_stream_ids(const std::vector<std::string>& stream_ids) { in set_stream_ids()
|
| /external/webrtc/api/ |
| D | rtp_transceiver_interface.h | 42 std::vector<std::string> stream_ids; member
|
| D | rtp_receiver_interface.cc | 15 std::vector<std::string> RtpReceiverInterface::stream_ids() const { in stream_ids() function in webrtc::RtpReceiverInterface
|
| /external/webrtc/pc/test/ |
| D | integration_test_helpers.cc | 32 std::vector<std::string> stream_ids; in RemoveSsrcsAndKeepMsids() local
|
| D | fake_peer_connection_base.h | 49 const std::vector<std::string>& stream_ids) override { in AddTrack() 55 const std::vector<std::string>& stream_ids, in AddTrack()
|
| /external/webrtc/net/dcsctp/tx/ |
| D | stream_scheduler.cc | 192 std::set<StreamID> stream_ids; in ActiveStreamsForTesting() local
|
| /external/webrtc/net/dcsctp/socket/ |
| D | stream_reset_handler_test.cc | 543 StreamID stream_ids[] = {StreamID(41), StreamID(43)}; in TEST_F() local 628 StreamID stream_ids[] = {StreamID(41), StreamID(43)}; in TEST_F() local
|
| /external/webrtc/net/dcsctp/rx/ |
| D | interleaved_reassembly_streams.cc | 217 rtc::ArrayView<const StreamID> stream_ids) { in ResetStreams()
|
| D | traditional_reassembly_streams.cc | 274 rtc::ArrayView<const StreamID> stream_ids) { in ResetStreams()
|
| D | reassembly_queue_test.cc | 458 StreamID stream_ids[] = {StreamID(1), StreamID(2), StreamID(1), in TEST_F() local
|
| /external/webrtc/media/engine/ |
| D | webrtc_voice_engine.cc | 253 const std::vector<std::string>& stream_ids, in BuildReceiveStreamConfig() 1917 auto stream_ids = sp.stream_ids(); in AddRecvStream() local
|