Home
last modified time | relevance | path

Searched refs:RtpVideoCodecTypes (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h38 virtual RtpVideoCodecTypes VideoCodecType() const;
47 int32_t SendVideo(const RtpVideoCodecTypes videoType,
59 void SetVideoCodecType(RtpVideoCodecTypes type);
108 RtpVideoCodecTypes _videoType;
Drtp_format.cc19 RtpPacketizer* RtpPacketizer::Create(RtpVideoCodecTypes type, in Create()
40 RtpDepacketizer* RtpDepacketizer::Create(RtpVideoCodecTypes type) { in Create()
Drtp_format.h24 static RtpPacketizer* Create(RtpVideoCodecTypes type,
62 static RtpDepacketizer* Create(RtpVideoCodecTypes type);
Drtp_sender_video.cc64 void RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) { in SetVideoCodecType()
68 RtpVideoCodecTypes RTPSenderVideo::VideoCodecType() const { in VideoCodecType()
77 RtpVideoCodecTypes videoType = kRtpVideoGeneric; in CreateVideoPayload()
225 int32_t RTPSenderVideo::SendVideo(const RtpVideoCodecTypes videoType, in SendVideo()
Dvideo_codec_information.h22 virtual RtpVideoCodecTypes Type() = 0;
Drtp_sender.h282 RtpVideoCodecTypes VideoCodecType() const;
316 int32_t CheckPayloadType(int8_t payload_type, RtpVideoCodecTypes* video_type);
Drtp_sender.cc450 RtpVideoCodecTypes* video_type) { in CheckPayloadType()
518 RtpVideoCodecTypes video_type = kRtpVideoGeneric; in SendOutgoingData()
1784 RtpVideoCodecTypes RTPSender::VideoCodecType() const { in VideoCodecType()
Drtp_payload_registry.cc450 RtpVideoCodecTypes videoType = kRtpVideoGeneric; in CreatePayloadType()
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.cc135 webrtc::RtpVideoCodecTypes ConvertCodecType(const char* plname) { in ConvertCodecType()
/external/webrtc/webrtc/modules/include/
Dmodule_common_types.h230 enum RtpVideoCodecTypes { enum
247 RtpVideoCodecTypes codec;
/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_rtcp_defines.h43 RtpVideoCodecTypes videoCodecType;
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1909 EXPECT_EQ(RtpVideoCodecTypes::kRtpVideoVp9, parsed.type.Video.codec); in OnSendRtp()