Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/webrtc/pc/
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Drtp_receiver.cc32 RtpReceiverInternal::CreateStreamsFromIds(std::vector<std::string> stream_ids) { in CreateStreamsFromIds()
H A 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
/aosp_15_r20/external/webrtc/media/base/
H A 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()
/aosp_15_r20/external/webrtc/net/dcsctp/packet/parameter/
H A 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
H A 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
H A Dincoming_ssn_reset_request_parameter.cc55 std::vector<StreamID> stream_ids; in Parse() local
H A Doutgoing_ssn_reset_request_parameter.cc63 std::vector<StreamID> stream_ids; in Parse() local
/aosp_15_r20/external/webrtc/net/dcsctp/socket/
H A 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
/aosp_15_r20/external/webrtc/pc/test/
H A 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()
H A Dintegration_test_helpers.cc32 std::vector<std::string> stream_ids; in RemoveSsrcsAndKeepMsids() local
/aosp_15_r20/external/webrtc/api/
H A Drtp_transceiver_interface.h42 std::vector<std::string> stream_ids; member
H A Drtp_receiver_interface.cc15 std::vector<std::string> RtpReceiverInterface::stream_ids() const { in stream_ids() function in webrtc::RtpReceiverInterface
/aosp_15_r20/hardware/google/camera/common/hal/google_camera_hal/
Dbasic_request_processor.cc130 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
Dsnapshot_request_processor.cc221 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
Dcapture_session_wrapper_process_block.cc206 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
Drealtime_zsl_request_processor.cc341 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
Drealtime_zsl_result_request_processor.cc307 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
Dbasic_capture_session.cc304 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
/aosp_15_r20/external/webrtc/net/dcsctp/tx/
H A Dstream_scheduler.cc192 std::set<StreamID> stream_ids; in ActiveStreamsForTesting() local
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Drealtime_process_block.cc194 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()

123