Searched refs:errorConcealmentOn (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_unittest.cc40 video_codec->codecSpecific.VP8.errorConcealmentOn = true;
159 // errorConcealmentOn
161 codec2.codecSpecific.VP8.errorConcealmentOn = false;
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h577 bool errorConcealmentOn; member in struct:webrtc::VideoCodecVP8
589 errorConcealmentOn == other.errorConcealmentOn &&
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc179 config_.codec_settings->codecSpecific.VP8.errorConcealmentOn =
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dcodec_database.cc34 vp8_settings.errorConcealmentOn = false;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc564 if (inst->codecSpecific.VP8.errorConcealmentOn) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc1740 codec.codecSpecific.VP8.errorConcealmentOn = false;
H A Dwebrtcvideoengine.cc3771 << vie_codec.codecSpecific.VP8.errorConcealmentOn

Completed in 134 milliseconds