HomeSort by relevance Sort by last modified time
    Searched full:rtpsendervideo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
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...]
rtp_sender_video.h 31 class RTPSenderVideo
34 RTPSenderVideo(Clock* clock,
36 virtual ~RTPSenderVideo();
rtp_sender.h 36 class RTPSenderVideo;
339 RTPSenderVideo *video_;
rtp_sender.cc 108 video_ = new RTPSenderVideo(clock_, this);
    [all...]

Completed in 197 milliseconds