Searched refs:RTPSenderVideo (Results 1 – 4 of 4) sorted by relevance
34 RTPSenderVideo::RTPSenderVideo(Clock* clock, in RTPSenderVideo() function in webrtc::RTPSenderVideo61 RTPSenderVideo::~RTPSenderVideo() in ~RTPSenderVideo()71 RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) in SetVideoCodecType()78 RTPSenderVideo::VideoCodecType() const in VideoCodecType()83 int32_t RTPSenderVideo::RegisterVideoPayload( in RegisterVideoPayload()108 RTPSenderVideo::SendVideoPacket(uint8_t* data_buffer, in SendVideoPacket()202 RTPSenderVideo::SendRTPIntraRequest() in SendRTPIntraRequest()224 RTPSenderVideo::SetGenericFECStatus(const bool enable, in SetGenericFECStatus()240 RTPSenderVideo::GenericFECStatus(bool& enable, in GenericFECStatus()251 RTPSenderVideo::FECPacketOverhead() const in FECPacketOverhead()[all …]
31 class RTPSenderVideo34 RTPSenderVideo(Clock* clock,36 virtual ~RTPSenderVideo();
36 class RTPSenderVideo; variable339 RTPSenderVideo *video_;
108 video_ = new RTPSenderVideo(clock_, this); in RTPSender()