Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_buffer_controller.h54 void SetProtectionMode(VCMVideoProtection protection_mode);
Dvideo_stream_buffer_controller.cc125 VCMVideoProtection protection_mode) { in SetProtectionMode() argument
127 protection_mode_ = protection_mode; in SetProtectionMode()
/external/ImageMagick/MagickCore/
Dnt-base.c1711 protection_mode; in NTMapMemory() local
1729 protection_mode=0; in NTMapMemory()
1734 protection_mode=PAGE_READWRITE; in NTMapMemory()
1738 protection_mode=PAGE_WRITECOPY; in NTMapMemory()
1745 protection_mode=PAGE_READONLY; in NTMapMemory()
1751 map_handle=CreateFileMapping(file_handle,0,protection_mode,high_length, in NTMapMemory()