Home
last modified time | relevance | path

Searched refs:stream_ids (Results 1 – 25 of 45) sorted by relevance

12

/external/webrtc/pc/
Drtp_receiver.cc36 RtpReceiverInternal::CreateStreamsFromIds(std::vector<std::string> stream_ids) { in CreateStreamsFromIds() argument
38 stream_ids.size()); in CreateStreamsFromIds()
39 for (size_t i = 0; i < stream_ids.size(); ++i) { in CreateStreamsFromIds()
41 rtc::Thread::Current(), MediaStream::Create(std::move(stream_ids[i]))); in CreateStreamsFromIds()
Daudio_rtp_receiver.cc33 std::vector<std::string> stream_ids) in AudioRtpReceiver() argument
36 CreateStreamsFromIds(std::move(stream_ids))) {} in AudioRtpReceiver()
103 std::vector<std::string> AudioRtpReceiver::stream_ids() const { in stream_ids() function in webrtc::AudioRtpReceiver
104 std::vector<std::string> stream_ids(streams_.size()); in stream_ids() local
106 stream_ids[i] = streams_[i]->id(); in stream_ids()
107 return stream_ids; in stream_ids()
183 void AudioRtpReceiver::set_stream_ids(std::vector<std::string> stream_ids) { in set_stream_ids() argument
184 SetStreams(CreateStreamsFromIds(std::move(stream_ids))); in set_stream_ids()
Dvideo_rtp_receiver.cc34 std::vector<std::string> stream_ids) in VideoRtpReceiver() argument
37 CreateStreamsFromIds(std::move(stream_ids))) {} in VideoRtpReceiver()
74 std::vector<std::string> VideoRtpReceiver::stream_ids() const { in stream_ids() function in webrtc::VideoRtpReceiver
75 std::vector<std::string> stream_ids(streams_.size()); in stream_ids() local
77 stream_ids[i] = streams_[i]->id(); in stream_ids()
78 return stream_ids; in stream_ids()
199 void VideoRtpReceiver::set_stream_ids(std::vector<std::string> stream_ids) { in set_stream_ids() argument
200 SetStreams(CreateStreamsFromIds(std::move(stream_ids))); in set_stream_ids()
Dpeer_connection_wrapper.cc287 const std::vector<std::string>& stream_ids) { in AddTrack() argument
289 pc()->AddTrack(track, stream_ids); in AddTrack()
296 const std::vector<std::string>& stream_ids) { in AddAudioTrack() argument
297 return AddTrack(CreateAudioTrack(track_label), stream_ids); in AddAudioTrack()
302 const std::vector<std::string>& stream_ids) { in AddVideoTrack() argument
303 return AddTrack(CreateVideoTrack(track_label), stream_ids); in AddVideoTrack()
Drtp_sender.h50 virtual void set_stream_ids(const std::vector<std::string>& stream_ids) = 0;
109 std::vector<std::string> stream_ids() const override { return stream_ids_; } in stream_ids() function
110 void set_stream_ids(const std::vector<std::string>& stream_ids) override { in set_stream_ids() argument
111 stream_ids_ = stream_ids; in set_stream_ids()
113 void SetStreams(const std::vector<std::string>& stream_ids) override;
Daudio_rtp_receiver.h40 std::vector<std::string> stream_ids);
65 std::vector<std::string> stream_ids() const override;
91 void set_stream_ids(std::vector<std::string> stream_ids) override;
Drtp_receiver.h73 virtual void set_stream_ids(std::vector<std::string> stream_ids) = 0;
89 CreateStreamsFromIds(std::vector<std::string> stream_ids);
Dpeer_connection_wrapper.h150 const std::vector<std::string>& stream_ids = {});
156 const std::vector<std::string>& stream_ids = {});
162 const std::vector<std::string>& stream_ids = {});
Dmedia_session.h42 std::vector<std::string> stream_ids; member
61 const std::vector<std::string>& stream_ids);
63 const std::vector<std::string>& stream_ids,
86 const std::vector<std::string>& stream_ids,
Dvideo_rtp_receiver.h67 std::vector<std::string> stream_ids() const override;
96 void set_stream_ids(std::vector<std::string> stream_ids) override;
Dpeer_connection.cc203 sender->id(), sender->internal()->stream_ids()); in AddPlanBRtpSenderOptions()
209 sender->id(), sender->internal()->stream_ids(), {}, in AddPlanBRtpSenderOptions()
584 std::string GetStreamIdsString(rtc::ArrayView<const std::string> stream_ids) { in GetStreamIdsString() argument
587 for (const auto& stream_id : stream_ids) { in GetStreamIdsString()
1465 const std::vector<std::string>& stream_ids) { in AddTrack() argument
1486 (IsUnifiedPlan() ? AddTrackUnifiedPlan(track, stream_ids) in AddTrack()
1487 : AddTrackPlanB(track, stream_ids)); in AddTrack()
1498 const std::vector<std::string>& stream_ids) { in AddTrackPlanB() argument
1499 if (stream_ids.size() > 1u) { in AddTrackPlanB()
1504 std::vector<std::string> adjusted_stream_ids = stream_ids; in AddTrackPlanB()
[all …]
Dwebrtc_sdp.cc350 std::vector<std::string>* stream_ids,
670 std::vector<std::string> stream_ids; in CreateTracksFromSsrcInfos() local
674 stream_ids = msid_stream_ids; in CreateTracksFromSsrcInfos()
678 stream_ids.push_back(ssrc_info.stream_id); in CreateTracksFromSsrcInfos()
684 stream_ids.push_back(ssrc_info.mslabel); in CreateTracksFromSsrcInfos()
689 stream_ids.push_back(kDefaultMsid); in CreateTracksFromSsrcInfos()
710 track.set_stream_ids(stream_ids); in CreateTracksFromSsrcInfos()
719 for (const std::string& stream_id : stream_params.stream_ids()) { in GetMediaStreamIds()
1595 std::vector<std::string> stream_ids = track.stream_ids(); in BuildRtpContentAttributes() local
1596 if (stream_ids.empty()) { in BuildRtpContentAttributes()
[all …]
Dmedia_session.cc344 result.set_stream_ids(sender.stream_ids); in CreateStreamParamsForNewSenderWithSsrcs()
370 result.set_stream_ids(sender.stream_ids); in CreateStreamParamsForNewSenderWithRids()
460 param->set_stream_ids(sender.stream_ids); in AddStreamParams()
1347 const std::vector<std::string>& stream_ids) { in AddAudioSender() argument
1349 AddSenderInternal(track_id, stream_ids, {}, SimulcastLayerList(), 1); in AddAudioSender()
1354 const std::vector<std::string>& stream_ids, in AddVideoSender() argument
1362 AddSenderInternal(track_id, stream_ids, rids, simulcast_layers, in AddVideoSender()
1376 const std::vector<std::string>& stream_ids, in AddSenderInternal() argument
1381 RTC_CHECK(stream_ids.size() == 1U); in AddSenderInternal()
1384 options.stream_ids = stream_ids; in AddSenderInternal()
/external/webrtc/media/base/
Dstream_params.cc45 void AppendStreamIds(rtc::ArrayView<const std::string> stream_ids, in AppendStreamIds() argument
49 for (const std::string& stream_id : stream_ids) { in AppendStreamIds()
224 std::vector<std::string> StreamParams::stream_ids() const { in stream_ids() function in cricket::StreamParams
228 void StreamParams::set_stream_ids(const std::vector<std::string>& stream_ids) { in set_stream_ids() argument
229 stream_ids_ = stream_ids; in set_stream_ids()
Dstream_params.h177 std::vector<std::string> stream_ids() const;
178 void set_stream_ids(const std::vector<std::string>& stream_ids);
/external/webrtc/api/
Drtp_sender_interface.h64 virtual std::vector<std::string> stream_ids() const = 0;
69 virtual void SetStreams(const std::vector<std::string>& stream_ids) {} in SetStreams() argument
115 PROXY_CONSTMETHOD0(std::vector<std::string>, stream_ids)
Drtp_receiver_interface.h66 virtual std::vector<std::string> stream_ids() const;
128 PROXY_CONSTMETHOD0(std::vector<std::string>, stream_ids)
Drtp_receiver_interface.cc15 std::vector<std::string> RtpReceiverInterface::stream_ids() const { in stream_ids() function in webrtc::RtpReceiverInterface
Drtp_transceiver_interface.h41 std::vector<std::string> stream_ids; member
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
Diommu.c285 uint16_t *stream_ids; member
413 smmu->stream_ids = NULL; in arm_smmu_create_identity_map()
417 smmu->stream_ids = &paxc_stream_ids[0]; in arm_smmu_create_identity_map()
424 smmu->stream_ids = &crmu_stream_ids[0]; in arm_smmu_create_identity_map()
452 smmu->smr[idx].id = smmu->stream_ids[idx]; in arm_smmu_create_identity_map()
/external/webrtc/test/pc/e2e/
Dtest_peer.h68 const std::vector<std::string>& stream_ids = {}) {
69 return wrapper_->AddTrack(track, stream_ids);
/external/webrtc/api/test/
Dmock_rtpsender.h32 MOCK_METHOD(std::vector<std::string>, stream_ids, (), (const override));
/external/webrtc/pc/test/
Dmock_rtp_receiver_internal.h35 MOCK_METHOD(std::vector<std::string>, stream_ids, (), (const, override));
Dmock_rtp_sender_internal.h38 MOCK_METHOD(std::vector<std::string>, stream_ids, (), (const, override));
/external/webrtc/sdk/android/src/jni/pc/
Drtp_sender.cc64 reinterpret_cast<RtpSenderInterface*>(j_rtp_sender_pointer)->stream_ids(), in JNI_RtpSender_GetStreams()

12