HomeSort by relevance Sort by last modified time
    Searched defs:RTPSenderVideo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h 31 class RTPSenderVideo
34 RTPSenderVideo(Clock* clock,
36 virtual ~RTPSenderVideo();
rtp_sender_video.cc 34 RTPSenderVideo::RTPSenderVideo(Clock* clock,
61 RTPSenderVideo::~RTPSenderVideo()
71 RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType)
78 RTPSenderVideo::VideoCodecType() const
83 int32_t RTPSenderVideo::RegisterVideoPayload(
108 RTPSenderVideo::SendVideoPacket(uint8_t* data_buffer,
202 RTPSenderVideo::SendRTPIntraRequest()
224 RTPSenderVideo::SetGenericFECStatus(const bool enable
    [all...]

Completed in 248 milliseconds