OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RTPSenderVideo
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_video.h
33
class
RTPSenderVideo
{
35
RTPSenderVideo
(Clock* clock, RTPSenderInterface* rtpSender);
36
virtual ~
RTPSenderVideo
();
rtp_sender_video.cc
37
RTPSenderVideo
::
RTPSenderVideo
(Clock* clock, RTPSenderInterface* rtpSender)
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
::SetGenericFECStatus(const bool enable
[
all
...]
Completed in 169 milliseconds