Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video.h58 void SetVideoCodecType(RtpVideoCodecTypes type);
Drtp_sender_video.cc67 void RTPSenderVideo::SetVideoCodecType(RtpVideoCodecTypes videoType) { in SetVideoCodecType() function in webrtc::RTPSenderVideo
Drtp_sender.cc397 video_->SetVideoCodecType(payload->typeSpecific.Video.videoCodecType); in CheckPayloadType()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_custom_call.cc154 void SetVideoCodecType(webrtc::ViECodec* vie_codec,
308 SetVideoCodecType(vie_codec, &video_send_codec); in ViECustomCall()
616 SetVideoCodecType(vie_codec, &video_send_codec); in ViECustomCall()
1213 void SetVideoCodecType(webrtc::ViECodec* vie_codec, in SetVideoCodecType() function