Home
last modified time | relevance | path

Searched refs:protection_mode (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_encoder.cc421 VCMVideoProtection protection_mode; in SetProtectionMethod() local
423 protection_mode = in SetProtectionMethod()
426 protection_mode = nack ? kProtectionNack : kProtectionNone; in SetProtectionMethod()
428 vcm_->SetVideoProtection(protection_mode, true); in SetProtectionMethod()
/external/ImageMagick/MagickCore/
Dnt-base.c1668 protection_mode; in NTMapMemory() local
1686 protection_mode=0; in NTMapMemory()
1691 protection_mode=PAGE_READWRITE; in NTMapMemory()
1695 protection_mode=PAGE_WRITECOPY; in NTMapMemory()
1702 protection_mode=PAGE_READONLY; in NTMapMemory()
1708 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()