Home
last modified time | relevance | path

Searched defs:stream_ids (Results 1 – 25 of 33) sorted by relevance

12

/external/webrtc/net/dcsctp/packet/parameter/
Dincoming_ssn_reset_request_parameter.h42 std::vector<StreamID> stream_ids) in IncomingSSNResetRequestParameter()
55 rtc::ArrayView<const StreamID> stream_ids() const { return stream_ids_; } in stream_ids() function
Doutgoing_ssn_reset_request_parameter.h46 std::vector<StreamID> stream_ids) in OutgoingSSNResetRequestParameter()
65 rtc::ArrayView<const StreamID> stream_ids() const { return stream_ids_; } in stream_ids() function
Dincoming_ssn_reset_request_parameter.cc55 std::vector<StreamID> stream_ids; in Parse() local
Doutgoing_ssn_reset_request_parameter.cc63 std::vector<StreamID> stream_ids; in Parse() local
/external/webrtc/pc/
Daudio_rtp_receiver.cc29 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()
Dvideo_rtp_receiver.cc28 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()
Dpeer_connection_wrapper.cc285 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()
Drtp_receiver.cc32 RtpReceiverInternal::CreateStreamsFromIds(std::vector<std::string> stream_ids) { in CreateStreamsFromIds()
Drtp_transmission_manager.cc102 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()
Drtp_sender.h161 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()
Dmedia_session.h58 std::vector<std::string> stream_ids; member
Dpeer_connection.cc849 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
Drtp_sender.cc385 void RtpSenderBase::SetStreams(const std::vector<std::string>& stream_ids) { in SetStreams()
Dwebrtc_sdp.cc706 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/
Dstream_params.cc45 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/
Drtp_transceiver_interface.h42 std::vector<std::string> stream_ids; member
Drtp_receiver_interface.cc15 std::vector<std::string> RtpReceiverInterface::stream_ids() const { in stream_ids() function in webrtc::RtpReceiverInterface
/external/webrtc/pc/test/
Dintegration_test_helpers.cc32 std::vector<std::string> stream_ids; in RemoveSsrcsAndKeepMsids() local
Dfake_peer_connection_base.h49 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/
Dstream_scheduler.cc192 std::set<StreamID> stream_ids; in ActiveStreamsForTesting() local
/external/webrtc/net/dcsctp/socket/
Dstream_reset_handler_test.cc543 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/
Dinterleaved_reassembly_streams.cc217 rtc::ArrayView<const StreamID> stream_ids) { in ResetStreams()
Dtraditional_reassembly_streams.cc274 rtc::ArrayView<const StreamID> stream_ids) { in ResetStreams()
Dreassembly_queue_test.cc458 StreamID stream_ids[] = {StreamID(1), StreamID(2), StreamID(1), in TEST_F() local
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc253 const std::vector<std::string>& stream_ids, in BuildReceiveStreamConfig()
1917 auto stream_ids = sp.stream_ids(); in AddRecvStream() local

12