Home | History | Annotate | Download | only in webrtc

Lines Matching refs:resilience

3107     // Turn off the VP8 error resilience
3108 target_codec.codecSpecific.VP8.resilience = webrtc::kResilienceOff;
3168 static std::string ToString(webrtc::VP8ResilienceMode resilience) {
3169 switch (resilience) {
3207 << ", resilience = "
3208 << ToString(vie_codec.codecSpecific.VP8.resilience)