Searched refs:RTPSenderVideo (Results 1 – 4 of 4) sorted by relevance
34 RTPSenderVideo::RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender) in RTPSenderVideo() function in webrtc::RTPSenderVideo60 RTPSenderVideo::~RTPSenderVideo() { in ~RTPSenderVideo()67 void RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) { in SetVideoCodecType()72 RtpVideoCodecTypes RTPSenderVideo::VideoCodecType() const { in VideoCodecType()76 int32_t RTPSenderVideo::RegisterVideoPayload( in RegisterVideoPayload()102 int32_t RTPSenderVideo::SendVideoPacket(uint8_t* data_buffer, in SendVideoPacket()201 int32_t RTPSenderVideo::SendRTPIntraRequest() { in SendRTPIntraRequest()222 int32_t RTPSenderVideo::SetGenericFECStatus(const bool enable, in SetGenericFECStatus()236 int32_t RTPSenderVideo::GenericFECStatus(bool& enable, in GenericFECStatus()245 uint16_t RTPSenderVideo::FECPacketOverhead() const { in FECPacketOverhead()[all …]
31 class RTPSenderVideo {33 RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender);34 virtual ~RTPSenderVideo();
36 class RTPSenderVideo; variable344 RTPSenderVideo *video_;
114 video_ = new RTPSenderVideo(clock_, this); in RTPSender()