/third_party/lame/dshow/ |
H A D | iaudioprops.h | 46 DWORD *dwEnabled in DECLARE_INTERFACE_() 50 DWORD dwEnabled in DECLARE_INTERFACE_() 54 DWORD *dwBitrate in DECLARE_INTERFACE_() 59 DWORD dwBitrate in DECLARE_INTERFACE_() 63 DWORD *dwVariable in DECLARE_INTERFACE_() 67 DWORD dwVariable in DECLARE_INTERFACE_() 71 DWORD *dwmin in DECLARE_INTERFACE_() 76 DWORD dwmin in DECLARE_INTERFACE_() 80 DWORD *dwmax in DECLARE_INTERFACE_() 85 DWORD dwma in DECLARE_INTERFACE_() [all...] |
H A D | Mpegac.h | 59 DWORD nSampleRate; 60 DWORD nBitRate; 66 DWORD nSampleRate; 67 DWORD nBitRate; 129 STDMETHODIMP get_PESOutputEnabled(DWORD *dwEnabled); // PES header. Obsolete 130 STDMETHODIMP set_PESOutputEnabled(DWORD dwEnabled); // PES header. Obsolete 132 STDMETHODIMP get_MPEGLayer(DWORD *dwLayer); 133 STDMETHODIMP set_MPEGLayer(DWORD dwLayer); 135 STDMETHODIMP get_Bitrate(DWORD *dwBitrate); 136 STDMETHODIMP set_Bitrate(DWORD dwBitrat [all...] |
H A D | Encoder.h | 51 DWORD dwSampleRate; //SF in Hz 52 DWORD dwBitrate; //BR in bit per second 54 DWORD dwVariableMin; //specify a minimum allowed bitrate 55 DWORD dwVariableMax; //specify a maximum allowed bitrate 56 DWORD dwQuality; //Encoding quality 57 DWORD dwVBRq; // VBR quality setting (0=highest quality, 9=lowest) 61 DWORD dwForceMS; 63 DWORD bCRCProtect; //Is CRC protection activated? 64 DWORD bForceMono; 65 DWORD bSetDuratio [all...] |
H A D | PropPage.h | 42 DWORD m_dwBitrate; //constant bit rate 43 DWORD m_dwVariable; //flag - whether the variable bit rate set 44 DWORD m_dwMin; //specify a minimum allowed bitrate 45 DWORD m_dwMax; //specify a maximum allowed bitrate 46 DWORD m_dwQuality; //encoding quality 47 DWORD m_dwVBRq; //VBR quality setting (0=highest quality, 9=lowest) 48 DWORD m_dwSampleRate; 49 DWORD m_dwChannelMode; 50 DWORD m_dwCRC; 51 DWORD m_dwForceMon [all...] |
H A D | PropPage_adv.h | 42 DWORD m_dwEnforceVBRmin; 43 DWORD m_dwVoiceMode; 44 DWORD m_dwKeepAllFreq; 45 DWORD m_dwStrictISO; 46 DWORD m_dwNoShortBlock; 47 DWORD m_dwXingTag; 48 DWORD m_dwChannelMode; 49 DWORD m_dwForceMS; 50 DWORD m_dwModeFixed; 51 DWORD m_dwOverla [all...] |
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9caps.h | 290 DWORD Caps; 297 DWORD Caps; 307 DWORD Caps; 308 DWORD Caps2; 309 DWORD Caps3; 310 DWORD PresentationIntervals; 311 DWORD CursorCaps; 312 DWORD DevCaps; 313 DWORD PrimitiveMiscCaps; 314 DWORD RasterCap [all...] |
/third_party/lame/ACM/ddk/ |
H A D | msacmdrv.h | 100 DWORD cbStruct; // sizeof(ACMDRVFORMATSUGGEST) 101 DWORD fdwSuggest; // Suggest flags 103 DWORD cbwfxSrc; // Source Size 105 DWORD cbwfxDst; // Dest Size 114 DWORD cbStruct; // sizeof(ACMDRVOPENDESC) 117 DWORD dwVersion; // current version of ACM opening you 118 DWORD dwFlags; // 119 DWORD dwError; // result from DRV_OPEN request 122 DWORD dnDevNode; // devnode id for pnp drivers. 129 DWORD cbStruc [all...] |
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 6 pub(super) struct DWORD; 11 use super::DWORD; 12 pub(crate) const LOAD_IGNORE_CODE_AUTHZ_LEVEL: DWORD = DWORD; 13 pub(crate) const LOAD_LIBRARY_AS_DATAFILE: DWORD = DWORD; 14 pub(crate) const LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE: DWORD = DWORD; 15 pub(crate) const LOAD_LIBRARY_AS_IMAGE_RESOURCE: DWORD = DWORD; [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | dbghelp.h | 51 typedef BOOL (WINAPI *PSYMBOLSERVERPROC)(LPCSTR,LPCSTR,PVOID,DWORD,DWORD,LPSTR); 61 BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context); 94 DWORD ReservedSize; 98 DWORD ReservedCheckSum; 99 DWORD ImageBase; 100 DWORD SizeOfImage; 101 DWORD ReservedNumberOfSection [all...] |
/third_party/glfw/deps/mingw/ |
H A D | dinput.h | 351 DWORD dwSize; 353 DWORD dwOfs; 354 DWORD dwType; 355 DWORD dwFlags; 360 DWORD dwSize; 362 DWORD dwOfs; 363 DWORD dwType; 364 DWORD dwFlags; 374 DWORD dwSize; 376 DWORD dwOf [all...] |
H A D | xinput.h | 174 DWORD dwPacketNumber; 228 DWORD WINAPI XInputSetState(DWORD, XINPUT_VIBRATION*); 229 DWORD WINAPI XInputGetState(DWORD, XINPUT_STATE*); 230 DWORD WINAPI XInputGetKeystroke(DWORD, DWORD, PXINPUT_KEYSTROKE); 231 DWORD WINAPI XInputGetCapabilities(DWORD, DWOR [all...] |
/third_party/python/PC/ |
H A D | validate_ucrtbase.py | 10 from ctypes.wintypes import DWORD, HANDLE namespace 14 ("dwSignature", DWORD), 15 ("dwStrucVersion", DWORD), 16 ("dwFileVersionMS", DWORD), 17 ("dwFileVersionLS", DWORD), 18 ("dwProductVersionMS", DWORD), 19 ("dwProductVersionLS", DWORD), 20 ("dwFileFlagsMask", DWORD), 21 ("dwFileFlags", DWORD), 22 ("dwFileOS", DWORD), [all...] |
/third_party/FatFs/source/ |
H A D | ff.h | 153 typedef DWORD TCHAR; 173 typedef DWORD FSIZE_t; 181 #define DIR_CrtTime 14 /* Created time (DWORD) */ 184 #define DIR_ModTime 22 /* Modified time (DWORD) */ 186 #define DIR_FileSize 28 /* File size (DWORD) */ 206 #define GET_FATTIME() ((DWORD)(FF_NORTC_YEAR - 1980) << 25 | (DWORD)FF_NORTC_MON << 21 | (DWORD)FF_NORTC_MDAY << 16) 234 DWORD last_clst; /* Last allocated cluster */ 235 DWORD free_cls [all...] |
/third_party/curl/lib/vtls/ |
H A D | schannel_int.h | 74 DWORD cChainingModes; 76 DWORD dwMinBitLength; 77 DWORD dwMaxBitLength; 82 DWORD cAlpnIds; 84 DWORD grbitDisabledProtocols; 85 DWORD cDisabledCrypto; 87 DWORD dwFlags; 92 DWORD dwVersion; 93 DWORD dwCredFormat; 94 DWORD cCred [all...] |
/third_party/lame/ACM/ |
H A D | ACM.h | 71 // inline DWORD Configure( HWND hParentWindow, LPDRVCONFIGINFO pConfig ); 72 inline DWORD About( HWND hParentWindow ); 74 inline DWORD OnDriverDetails(const HDRVR hdrvr, LPACMDRIVERDETAILS a_DriverDetail); 75 inline DWORD OnFormatTagDetails(LPACMFORMATTAGDETAILS a_FormatTagDetails, const LPARAM a_Query); 76 inline DWORD OnFormatDetails(LPACMFORMATDETAILS a_FormatDetails, const LPARAM a_Query); 77 inline DWORD OnFormatSuggest(LPACMDRVFORMATSUGGEST a_FormatSuggest); 78 inline DWORD OnStreamOpen(LPACMDRVSTREAMINSTANCE a_StreamInstance); 79 inline DWORD OnStreamClose(LPACMDRVSTREAMINSTANCE a_StreamInstance); 80 inline DWORD OnStreamSize(LPACMDRVSTREAMINSTANCE a_StreamInstance, LPACMDRVSTREAMSIZE the_StreamSize); 81 inline DWORD OnStreamPrepareHeade [all...] |
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
H A D | StackWalker.cpp | 116 DWORD SizeOfStruct; // set to sizeof(IMAGEHLP_LINE64) 118 DWORD LineNumber; // line number in file 124 DWORD SizeOfStruct; // set to sizeof(IMAGEHLP_MODULE64) 126 DWORD ImageSize; // virtual size of the loaded module 127 DWORD TimeDateStamp; // date/time stamp from pe header 128 DWORD CheckSum; // checksum from the pe header 129 DWORD NumSyms; // number of symbols in the symbol table 137 DWORD SizeOfStruct; // set to sizeof(IMAGEHLP_SYMBOL64) 139 DWORD Size; // estimated size of symbol, can be zero 140 DWORD Flag [all...] |
/third_party/lame/Dll/ |
H A D | BladeMP3EncDLL.h | 131 DWORD dwConfig; // BE_CONFIG_XXXXX 137 DWORD dwSampleRate; // 48000, 44100 and 32000 allowed 150 DWORD dwStructVersion; 151 DWORD dwStructSize; 154 DWORD dwSampleRate; // SAMPLERATE OF INPUT FILE 155 DWORD dwReSampleRate; // DOWNSAMPLERATE, 0=ENCODER DECIDES 157 DWORD dwBitrate; // CBR bitrate, VBR min bitrate 158 DWORD dwMaxBitrate; // CBR ignored, VBR Max bitrate 160 DWORD dwMpegVersion; // FUTURE USE, MPEG-1 OR MPEG-2 161 DWORD dwPsyMode [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
H A D | x86.s | 40 call DWORD PTR [esp+0x8] 56 call DWORD PTR [esp+0x4] 72 mov eax,DWORD PTR [esp+0x8] 73 call DWORD PTR [esp+0xc] 90 mov ebx,DWORD PTR [esp+0x8] 91 mov eax,DWORD PTR [esp+0xc] 92 call DWORD PTR [esp+0x10] 112 mov ebx,DWORD PTR [esp+0xc] 113 mov esi,DWORD PTR [esp+0x10] 114 mov eax,DWORD PT [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | functionswgl_typedefs.h | 31 typedef BOOL(WINAPI *PFNWGLUSEFONTBITMAPSAPROC)(HDC, DWORD, DWORD, DWORD); 32 typedef BOOL(WINAPI *PFNWGLUSEFONTBITMAPSWPROC)(HDC, DWORD, DWORD, DWORD); 35 DWORD, 36 DWORD, 37 DWORD, 43 DWORD, [all...] |
/third_party/gn/src/base/win/ |
H A D | registry.cc | 25 const DWORD MAX_REGISTRY_NAME_SIZE = 16384; 30 inline DWORD to_wchar_size(DWORD byte_size) { in to_wchar_size() 63 DWORD disposition_value; in Create() 69 DWORD* disposition, in CreateWithDisposition() 176 DWORD RegKey::GetValueCount() const { in GetValueCount() 177 DWORD count = 0; in GetValueCount() 185 DWORD bufsize = std::size(buf); in GetValueNameAt() 221 DWORD count = 0; in DeleteEmptyKey() 242 LONG RegKey::ReadValueDW(const char16_t* name, DWORD* out_valu [all...] |
H A D | registry.h | 38 DWORD* disposition, 65 DWORD GetValueCount() const; 88 LONG ReadValueDW(const char16_t* name, DWORD* out_value) const; 107 DWORD* dsize, 108 DWORD* dtype) const; 113 LONG WriteValue(const char16_t* name, DWORD in_value); 121 DWORD dsize, 122 DWORD dtype); 132 DWORD Reserved); 163 DWORD ValueCoun [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | FileIO.h | 70 DWORD ErrorCode;
111 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size);
119 bool Create(CFSTR path, DWORD desiredAccess,
120 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
124 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize,
in DeviceIoControl() 125 LPVOID outBuffer, DWORD outSize, LPDWORD bytesReturned, LPOVERLAPPED overlapped = NULL) const
in DeviceIoControl() 131 bool DeviceIoControlOut(DWORD controlCod [all...] |
H A D | FileMapping.h | 15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name)
in Create() 17 _handle = ::CreateFileMapping(INVALID_HANDLE_VALUE, NULL, protect, (DWORD)(maxSize >> 32), (DWORD)maxSize, name);
in Create() 21 WRes Open(DWORD
in Open() 43 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap)
in Map() 45 return ::MapViewOfFile(_handle, desiredAccess, (DWORD)(fileOffset >> 32), (DWORD)fileOffset, numberOfBytesToMap);
in Map() 49 LPVOID Map(DWORD desiredAccess, UInt64 fileOffset, SIZE_T numberOfBytesToMap, LPVOID baseAddress)
in Map() 51 return ::MapViewOfFileEx(_handle, desiredAccess, (DWORD)(fileOffset >> 32), (DWORD)fileOffse in Map() [all...] |
/third_party/python/Lib/ctypes/ |
H A D | wintypes.py | 6 DWORD = ctypes.c_ulong variable 52 COLORREF = DWORD 53 LGRPID = DWORD 54 LCTYPE = DWORD 56 LCID = DWORD 129 _fields_ = [("dwLowDateTime", DWORD), 130 ("dwHighDateTime", DWORD)] 138 ("time", DWORD), 144 _fields_ = [("dwFileAttributes", DWORD), 148 ("nFileSizeHigh", DWORD), [all...] |
/third_party/python/Modules/ |
H A D | overlapped.c | 7 /* XXX check overflow and DWORD <-> Py_ssize_t conversions 48 type = 'DWORD' 75 DWORD error; 77 DWORD type; 133 SetFromWindowsErr(DWORD err) in SetFromWindowsErr() 174 DWORD dwBytes; in initialize_function_pointers() 216 concurrency as NumberOfConcurrentThreads: DWORD 226 DWORD NumberOfConcurrentThreads) in _overlapped_CreateIoCompletionPort_impl() 245 msecs as Milliseconds: DWORD 256 DWORD Millisecond in _overlapped_GetQueuedCompletionStatus_impl() [all...] |