Searched refs:RtpVideoCodecTypes (Results 1 – 12 of 12) sorted by relevance
38 virtual RtpVideoCodecTypes VideoCodecType() const;47 int32_t SendVideo(const RtpVideoCodecTypes videoType,59 void SetVideoCodecType(RtpVideoCodecTypes type);108 RtpVideoCodecTypes _videoType;
19 RtpPacketizer* RtpPacketizer::Create(RtpVideoCodecTypes type, in Create()40 RtpDepacketizer* RtpDepacketizer::Create(RtpVideoCodecTypes type) { in Create()
24 static RtpPacketizer* Create(RtpVideoCodecTypes type,62 static RtpDepacketizer* Create(RtpVideoCodecTypes type);
64 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()
22 virtual RtpVideoCodecTypes Type() = 0;
282 RtpVideoCodecTypes VideoCodecType() const;316 int32_t CheckPayloadType(int8_t payload_type, RtpVideoCodecTypes* video_type);
450 RtpVideoCodecTypes* video_type) { in CheckPayloadType()518 RtpVideoCodecTypes video_type = kRtpVideoGeneric; in SendOutgoingData()1784 RtpVideoCodecTypes RTPSender::VideoCodecType() const { in VideoCodecType()
450 RtpVideoCodecTypes videoType = kRtpVideoGeneric; in CreatePayloadType()
135 webrtc::RtpVideoCodecTypes ConvertCodecType(const char* plname) { in ConvertCodecType()
230 enum RtpVideoCodecTypes { enum247 RtpVideoCodecTypes codec;
43 RtpVideoCodecTypes videoCodecType;
1909 EXPECT_EQ(RtpVideoCodecTypes::kRtpVideoVp9, parsed.type.Video.codec); in OnSendRtp()