Searched defs:RTPSenderVideo (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.h33 class RTPSenderVideo { class in namespace:webrtc
35 RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender);
36 virtual ~RTPSenderVideo();
H A Drtp_sender_video.cc37 RTPSenderVideo::RTPSenderVideo(Clock* clock, RTPSenderInterface* rtpSender) function in class:webrtc::RTPSenderVideo
61 RTPSenderVideo::~RTPSenderVideo() {
64 void RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) {
68 RtpVideoCodecTypes RTPSenderVideo::VideoCodecType() const {
73 RtpUtility::Payload* RTPSenderVideo::CreateVideoPayload(
98 void RTPSenderVideo::SendVideoPacket(uint8_t* data_buffer,
117 void RTPSenderVideo::SendVideoPacketAsRed(uint8_t* data_buffer,
179 void RTPSenderVideo
[all...]

Completed in 2457 milliseconds