Home
last modified time | relevance | path

Searched refs:videoProtection (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dvideo_coding_impl.cc148 int32_t SetVideoProtection(VCMVideoProtection videoProtection, in SetVideoProtection() argument
152 sender_.SetVideoProtection(videoProtection); in SetVideoProtection()
153 return receiver_.SetVideoProtection(videoProtection, enable); in SetVideoProtection()
Dvideo_coding_impl.h85 void SetVideoProtection(VCMVideoProtection videoProtection);
174 int32_t SetVideoProtection(VCMVideoProtection videoProtection, bool enable);
Dvideo_sender.cc241 void VideoSender::SetVideoProtection(VCMVideoProtection videoProtection) { in SetVideoProtection() argument
243 switch (videoProtection) { in SetVideoProtection()
Dvideo_receiver.cc177 int32_t VideoReceiver::SetVideoProtection(VCMVideoProtection videoProtection, in SetVideoProtection() argument
181 switch (videoProtection) { in SetVideoProtection()
/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_coding.h221 virtual int32_t SetVideoProtection(VCMVideoProtection videoProtection,