Home
last modified time | relevance | path

Searched refs:cbSize (Results 1 – 25 of 41) sorted by relevance

12

/external/sonivox/arm-wt-22k/lib_src/
Ddls.h158 ULONG cbSize; /* size of the connection list structure */ member
233 ULONG cbSize; /* size of the pool table structure */ member
246 ULONG cbSize; member
262 ULONG cbSize; member
/external/webrtc/webrtc/base/
Dwin32windowpicker.cc84 monitor_info.cbSize = sizeof(monitor_info); in MonitorEnumProc()
127 monitor_info.cbSize = sizeof(MONITORINFOEX); in GetDesktopDimensions()
Dwin32window.cc51 wcex.cbSize = sizeof(wcex); in Create()
/external/icu/icu4c/source/samples/layout/
Dclayout.c62 si.cbSize = sizeof si; in InitParagraph()
175 si.cbSize = sizeof si; in WndProc()
238 si.cbSize = sizeof si; in WndProc()
Dlayout.cpp61 si.cbSize = sizeof si; in InitParagraph()
173 si.cbSize = sizeof si; in WndProc()
236 si.cbSize = sizeof si; in WndProc()
/external/skia/src/utils/win/
DSkIStream.cpp216 pStatstg->cbSize.QuadPart = this->fSkStream->getLength(); in Stat()
274 pStatstg->cbSize.QuadPart = 0; in Stat()
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp259 pStreamInfo->cbSize = 0; in GetInputStreamInfo()
263 pStreamInfo->cbSize = m_cbImageSize; in GetInputStreamInfo()
308 pStreamInfo->cbSize = 0; in GetOutputStreamInfo()
312 pStreamInfo->cbSize = m_cbImageSize; in GetOutputStreamInfo()
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c87 wc.cbSize = sizeof wc; in graw_create_window_and_screen()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc303 wcex.cbSize = sizeof(WNDCLASSEX); in InitializeMagnifier()
394 int captured_bytes_per_pixel = header.cbSize / header.width / header.height; in OnCaptured()
/external/opencv3/samples/directx/
Dwinapp.hpp31 wcex.cbSize = sizeof(WNDCLASSEX); in create()
/external/skia/src/views/win/
Dskia_win.cpp23 wcex.cbSize = sizeof(WNDCLASSEX); in register_class()
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc87 cursor_info.cbSize = sizeof(CURSORINFO); in Capture()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11winmain.cpp65 wcex.cbSize = sizeof(WNDCLASSEX); in main()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10winmain.cpp65 wcex.cbSize = sizeof(WNDCLASSEX); in main()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp50 dvi.cbSize = sizeof(dvi); in GetDllVersion()
/external/vulkan-validation-layers/demos/smoke/
DShellWin32.cpp83 win_class.cbSize = sizeof(WNDCLASSEX); in create_window()
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-03-26-constexpr.ll11 …@someFunction(%struct.this_structure_s.0.5* nocapture %scratch, i32 %stage, i32 %cbSize) nounwind {
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
Dlist_ports_windows.py149 devinfo.cbSize = ctypes.sizeof(devinfo)
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp256 execInfo.cbSize = sizeof(execInfo); in WinMain()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2228 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "cbSize : %d", pWfxOut->cbSize); in InitPlayout()
2234 Wfx.cbSize = 0; in InitPlayout()
2288 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "cbSize : %d", Wfx.cbSize); in InitPlayout()
2439 ptrWav->cbSize = 0; in InitRecordingDMO()
2565 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "cbSize : %d", pWfxIn->cbSize); in InitRecording()
2571 Wfx.cbSize = 0; in InitRecording()
2620 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "cbSize : %d", Wfx.cbSize); in InitRecording()
Daudio_mixer_manager_win.cc603 waveFormat.cbSize = 0; in OpenSpeaker()
724 waveFormat.cbSize = 0; in OpenSpeaker()
825 waveFormat.cbSize = 0 ; in OpenMicrophone()
946 waveFormat.cbSize = 0; in OpenMicrophone()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc94 wcex.cbSize = sizeof(WNDCLASSEX); in MyRegisterClass()
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp998 UINT32 cbSize = 0; in SerializeToBlob() local
1001 CHECK_HR(hr = MFGetAttributesAsBlobSize(_spAttributes.Get(), &cbSize)); in SerializeToBlob()
1003 pBuffer = (BYTE*)CoTaskMemAlloc(cbSize); in SerializeToBlob()
1009 CHECK_HR(hr = MFGetAttributesAsBlob(_spAttributes.Get(), pBuffer, cbSize)); in SerializeToBlob()
1012 *pcbSize = cbSize; in SerializeToBlob()
1024 HRESULT DeserializeFromBlob(const UINT8* pBuffer, UINT cbSize) in DeserializeFromBlob() argument
1027 return MFInitAttributesFromBlob(_spAttributes.Get(), pBuffer, cbSize); in DeserializeFromBlob()
/external/libpng/contrib/gregbook/
Drpng-win.c541 wndclass.cbSize = sizeof(wndclass); in rpng_win_create_window()
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp202 metrics.cbSize = sizeof(metrics); in getDefaultFontFamilyName()

12