Home
last modified time | relevance | path

Searched refs:SetVideoCodecType (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h59 void SetVideoCodecType(RtpVideoCodecTypes type);
Drtp_sender_video.cc64 void RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) { in SetVideoCodecType() function in webrtc::RTPSenderVideo
Drtp_sender.cc484 video_->SetVideoCodecType(payload->typeSpecific.Video.videoCodecType); in CheckPayloadType()