/aosp_15_r20/external/webrtc/pc/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | rtp_receiver.cc | 32 RtpReceiverInternal::CreateStreamsFromIds(std::vector<std::string> stream_ids) { in CreateStreamsFromIds()
|
H A 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
|
/aosp_15_r20/external/webrtc/media/base/ |
H A 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()
|
/aosp_15_r20/external/webrtc/net/dcsctp/packet/parameter/ |
H A 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
|
H A 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
|
H A D | incoming_ssn_reset_request_parameter.cc | 55 std::vector<StreamID> stream_ids; in Parse() local
|
H A D | outgoing_ssn_reset_request_parameter.cc | 63 std::vector<StreamID> stream_ids; in Parse() local
|
/aosp_15_r20/external/webrtc/net/dcsctp/socket/ |
H A 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
|
/aosp_15_r20/external/webrtc/pc/test/ |
H A 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()
|
H A D | integration_test_helpers.cc | 32 std::vector<std::string> stream_ids; in RemoveSsrcsAndKeepMsids() local
|
/aosp_15_r20/external/webrtc/api/ |
H A D | rtp_transceiver_interface.h | 42 std::vector<std::string> stream_ids; member
|
H A D | rtp_receiver_interface.cc | 15 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/ |
D | basic_request_processor.cc | 130 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
|
D | snapshot_request_processor.cc | 221 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
|
D | capture_session_wrapper_process_block.cc | 206 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
|
D | realtime_zsl_request_processor.cc | 341 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
|
D | realtime_zsl_result_request_processor.cc | 307 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
|
D | basic_capture_session.cc | 304 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
|
/aosp_15_r20/external/webrtc/net/dcsctp/tx/ |
H A D | stream_scheduler.cc | 192 std::set<StreamID> stream_ids; in ActiveStreamsForTesting() local
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/ |
D | realtime_process_block.cc | 194 int32_t frame_number, const std::vector<int32_t>& stream_ids) { in RepeatingRequestEnd()
|