Home
last modified time | relevance | path

Searched refs:SendVideo (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_unittest.cc207 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
233 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, kCaptureTimestamp, in TEST_P()
253 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
259 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp + 1, 0, kFrame, in TEST_P()
277 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
282 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp + 1, 0, kFrame, in TEST_P()
517 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
543 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
583 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
618 rtp_sender_video_.SendVideo(kPayload, kType, kTimestamp, 0, kFrame, hdr, in TEST_P()
[all …]
Drtp_sender_video_frame_transformer_delegate.cc139 delegate->SendVideo(std::move(frame)); in OnTransformedFrame()
143 void RTPSenderVideoFrameTransformerDelegate::SendVideo( in SendVideo() function in webrtc::RTPSenderVideoFrameTransformerDelegate
151 sender_->SendVideo( in SendVideo()
Drtp_sender_video.h95 bool SendVideo(int payload_type, in SendVideo() function
103 return SendVideo(payload_type, codec_type, rtp_timestamp, capture_time_ms, in SendVideo()
109 bool SendVideo(int payload_type,
Drtp_sender_video_frame_transformer_delegate.h52 void SendVideo(std::unique_ptr<TransformableFrameInterface> frame) const;
Dnack_rtx_unittest.cc212 EXPECT_TRUE(rtp_sender_video_->SendVideo( in RunRtxTest()
262 EXPECT_TRUE(rtp_sender_video_->SendVideo( in TEST_F()
Drtp_sender_unittest.cc770 EXPECT_TRUE(rtp_sender_video.SendVideo( in TEST_P()
782 EXPECT_TRUE(rtp_sender_video.SendVideo( in TEST_P()
795 EXPECT_TRUE(rtp_sender_video.SendVideo( in TEST_P()
809 EXPECT_TRUE(rtp_sender_video.SendVideo( in TEST_P()
1260 ASSERT_TRUE(rtp_sender_video.SendVideo(kPayloadType, kCodecType, 1234, 4321, in TEST_P()
1276 ASSERT_TRUE(rtp_sender_video.SendVideo(kPayloadType, kCodecType, 1234, 4321, in TEST_P()
1301 ASSERT_TRUE(rtp_sender_video.SendVideo(kPayloadType, absl::nullopt, 1234, in TEST_P()
1392 EXPECT_TRUE(rtp_sender_video.SendVideo( in TEST_P()
1467 EXPECT_TRUE(rtp_sender_video.SendVideo( in TEST_P()
1796 EXPECT_TRUE(rtp_sender_video.SendVideo( in TEST_P()
[all …]
Drtp_sender_video.cc390 bool RTPSenderVideo::SendVideo( in SendVideo() function in webrtc::RTPSenderVideo
679 return SendVideo(payload_type, codec_type, rtp_timestamp, in SendEncodedImage()
Drtp_rtcp_impl_unittest.cc227 EXPECT_TRUE(sender->SendVideo(codec_.plType, VideoCodecType::kVideoCodecVP8, in SendFrame()
Drtp_rtcp_impl2_unittest.cc238 EXPECT_TRUE(sender->SendVideo(codec_.plType, VideoCodecType::kVideoCodecVP8, in SendFrame()