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, in RTPSenderVideo() function in webrtc::RTPSenderVideo
61 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 …]
Drtp_sender_video.h31 class RTPSenderVideo
34 RTPSenderVideo(Clock* clock,
36 virtual ~RTPSenderVideo();
Drtp_sender.h36 class RTPSenderVideo; variable
339 RTPSenderVideo *video_;
Drtp_sender.cc108 video_ = new RTPSenderVideo(clock_, this); in RTPSender()