Home
last modified time | relevance | path

Searched refs:RTPSenderVideo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.cc34 RTPSenderVideo::RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender) in RTPSenderVideo() function in webrtc::RTPSenderVideo
60 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 …]
Drtp_sender_video.h31 class RTPSenderVideo {
33 RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender);
34 virtual ~RTPSenderVideo();
Drtp_sender.h36 class RTPSenderVideo; variable
344 RTPSenderVideo *video_;
Drtp_sender.cc114 video_ = new RTPSenderVideo(clock_, this); in RTPSender()