HomeSort by relevance Sort by last modified time
    Searched refs:kProtectionKeyOnKeyLoss (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding_defines.h 52 kProtectionKeyOnKeyLoss,
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_sender.cc 343 case kProtectionKeyOnKeyLoss:
video_receiver.cc 237 case kProtectionKeyOnKeyLoss: {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 496 if (vcm_->SetVideoProtection(kProtectionKeyOnKeyLoss, true) != VCM_OK) {
500 vcm_->SetVideoProtection(kProtectionKeyOnKeyLoss, false);
507 vcm_->SetVideoProtection(kProtectionKeyOnKeyLoss, false);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
generic_codec_test.cc 250 TEST(_vcm->SetVideoProtection(kProtectionKeyOnKeyLoss, true) == VCM_OK);

Completed in 154 milliseconds