Home
last modified time | relevance | path

Searched defs:hr (Results 1 – 25 of 140) sorted by relevance

123456

/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc86 HRESULT hr = CoCreateInstance(CLSID_FilterGraph, NULL, in Init() local
167 HRESULT hr = _mediaControl->Run(); in StartCapture() local
181 HRESULT hr = _mediaControl->Pause(); in StopCapture() local
193 HRESULT hr = _mediaControl->GetState(1000, &state); in CaptureStarted() local
251 HRESULT hr = _outputCapturePin->QueryInterface(IID_IAMStreamConfig, in SetCameraOutput() local
331 HRESULT hr = _mediaControl->Stop(); in DisconnectGraph() local
352 HRESULT hr = S_OK; in ConnectDVCamera() local
Dhelp_functions_ds.cc37 HRESULT hr; in GetInputPin() local
70 HRESULT hr; in GetOutputPin() local
103 HRESULT hr = pPin->QueryInterface(IID_PPV_ARGS(&pKs)); in PinMatchesCategory() local
Ddevice_info_ds.cc80 …HRESULT hr = CoInitializeEx(NULL, COINIT_MULTITHREADED); // Use COINIT_MULTITHREADED since Voice E… in DeviceInfoDS() local
113 HRESULT hr = CoCreateInstance(CLSID_SystemDeviceEnum, NULL, CLSCTX_INPROC, in Init() local
161 HRESULT hr = in GetDeviceInfo() local
292 HRESULT hr = _dsDevEnum->CreateClassEnumerator(CLSID_VideoInputDeviceCategory, in GetDeviceFilter() local
418 HRESULT hr = captureDevice->QueryInterface(IID_IAMExtDevice, in CreateCapabilityMap() local
754 HRESULT hr = S_OK; in DisplayCaptureSettingsDialogBox() local
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp109 HRESULT hr = S_OK; in SetProperties() local
423 HRESULT hr = S_OK; in GetInputAvailableType() local
471 HRESULT hr = S_OK; in GetOutputAvailableType() local
517 HRESULT hr = S_OK; in SetInputType() local
579 HRESULT hr = S_OK; in SetOutputType() local
631 HRESULT hr = S_OK; in GetInputCurrentType() local
668 HRESULT hr = S_OK; in GetOutputCurrentType() local
810 HRESULT hr = S_OK; in ProcessMessage() local
885 HRESULT hr = S_OK; in ProcessInput() local
970 HRESULT hr = S_OK; in ProcessOutput() local
[all …]
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp35 …HRESULT hr = Windows::Foundation::GetActivationFactory(Microsoft::WRL::Wrappers::HStringReference(… in create() local
75 …HRESULT hr = Windows::Foundation::GetActivationFactory(Microsoft::WRL::Wrappers::HStringReference(… in create() local
387 #define BEGIN_CALL_IN_CONTEXT(hr, var, ...) hr = S_OK;\ argument
389 #define END_CALL_IN_CONTEXT(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\ argument
394 #define BEGIN_CALL_IN_CONTEXT(hr, var, ...) hr = var._CallInContext([__VA_ARGS__]() -> HRESULT { argument
395 #define END_CALL_IN_CONTEXT(hr) return hr;\ argument
439 #define END_CREATE_ASYNC(hr) if (FAILED(hr)) throw Platform::Exception::CreateException(hr);\ argument
466 #define GET_WRL_OBJ_FROM_REF(objtype, obj, orig, hr) objtype^ obj = orig;\ argument
468 #define GET_WRL_OBJ_FROM_OBJ(objtype, obj, orig, hr) objtype^ obj = safe_cast<objtype^>(orig);\ argument
471 #define WRL_PROP_GET(obj, prop, arg, hr) arg = obj->##prop;\ argument
[all …]
Dcap_msmf.cpp818 HRESULT hr = pAttr->GetItemByIndex(index, &guid, &var); in LogAttributeValueByIndexNew() local
900 HRESULT hr = S_OK; in GetGUIDNameNew() local
1169 HRESULT hr = pType->LockStore(); in Read() local
1272 HRESULT hr; in initImageGrabber() local
1307 HRESULT hr = S_OK; in stopGrabbing() local
1332 HRESULT hr = S_OK; in startGrabbing() local
1407 HRESULT hr = pSource->CreatePresentationDescriptor(&pPD); in initImageGrabber() local
1478 HRESULT hr = ig_pSession->SetTopology(0, ig_pTopology); in startGrabbing() local
1554 HRESULT hr = S_OK; in CreateTopology() local
1594 HRESULT hr = S_OK; in AddSourceNode() local
[all …]
/external/webrtc/webrtc/base/
Dwin32regkey.cc147 HRESULT hr = GetValueStaticHelper(full_key_name, value_name, in GetValue() local
166 HRESULT hr = GetValueStaticHelper(full_key_name, value_name, in GetValue() local
193 HRESULT hr = RegKey::GetValue(full_key_name, value_name, buffer.accept()); in GetValue() local
226 HRESULT hr = HRESULT_FROM_WIN32(res); in DeleteSubKey() local
238 HRESULT hr = HRESULT_FROM_WIN32(res); in DeleteValue() local
247 HRESULT hr = S_OK; in Close() local
270 HRESULT hr = HRESULT_FROM_WIN32(res); in Create() local
294 HRESULT hr = HRESULT_FROM_WIN32(res); in Open() local
319 HRESULT hr = key.Open(h_key, key_name.c_str(), KEY_READ); in Save() local
344 HRESULT hr = key.Open(h_key, key_name.c_str(), KEY_WRITE); in Restore() local
[all …]
Dwinfirewall.cc46 HRESULT hr = CoCreateInstance(__uuidof(NetFwMgr), in Initialize() local
91 HRESULT hr = profile_->get_AuthorizedApplications(&apps); in QueryAuthorizedW() local
129 HRESULT hr = profile_->get_AuthorizedApplications(&apps); in AddApplicationW() local
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc188 HRESULT hr(S_OK); in CoreAudioIsSupported() local
529 HRESULT hr; in AudioDeviceWindowsCore() local
932 HRESULT hr = S_OK; in SpeakerVolumeIsAvailable() local
989 HRESULT hr = S_OK; in SetSpeakerVolume() local
1026 HRESULT hr = S_OK; in SpeakerVolume() local
1132 HRESULT hr = S_OK; in SpeakerMuteIsAvailable() local
1176 HRESULT hr = S_OK; in SetSpeakerMute() local
1214 HRESULT hr = S_OK; in SpeakerMute() local
1251 HRESULT hr = S_OK; in MicrophoneMuteIsAvailable() local
1291 HRESULT hr = S_OK; in SetMicrophoneMute() local
[all …]
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
DOpQueue.h141 HRESULT hr = S_OK; in QueueOperation() local
166 HRESULT hr = S_OK; in ProcessQueue() local
190 HRESULT hr = S_OK; in ProcessQueueAsync() local
DLinkList.h460 HRESULT hr = List<Ptr>::InsertAfter(item, pBefore); in InsertAfter() local
474 HRESULT hr = List<Ptr>::GetItem(pNode, &pItem); in GetItem() local
496 HRESULT hr = List<Ptr>::RemoveItem(pNode, &pItem); in RemoveItem() local
/external/opencv3/modules/objdetect/src/
DHaarStructs.h38 typedef struct hr struct
40 int x;
41 int y;
42 int width;
43 int height;
/external/webrtc/talk/media/devices/
Dwin32devicemanager.cc115 HRESULT hr = CoInitializeEx(NULL, COINIT_MULTITHREADED); in Init() local
184 HRESULT hr; in GetDevices() local
235 HRESULT hr = bag->GetValue(key, &var); in GetStringProp() local
251 HRESULT hr = device->OpenPropertyStore(STGM_READ, &props); in CricketDeviceFromImmDevice() local
272 HRESULT hr = S_OK; in GetCoreAudioDevices() local
/external/lzma/CPP/Windows/
DPropVariant.cpp231 HRESULT hr = Clear(); in Attach() local
243 HRESULT hr = PropVariant_Clear(pDest); in Detach() local
256 HRESULT hr = Clear(); in InternalClear() local
267 HRESULT hr = Copy(pSrc); in InternalCopy() local
/external/wpa_supplicant_8/src/drivers/
Dndis_events.c48 HRESULT hr; in call_IWbemServices_ExecQuery() local
68 HRESULT hr; in call_IWbemServices_ExecNotificationQueryAsync() local
90 HRESULT hr; in call_IWbemLocator_ConnectServer() local
244 HRESULT hr; in ndis_events_media_specific() local
319 HRESULT hr; in ndis_events_indicate() local
397 HRESULT hr; in notification_query() local
486 HRESULT hr; in ndis_events_get_adapter() local
705 HRESULT hr; in ndis_events_init() local
/external/opencv3/modules/videoio/src/cap_winrt/
DMFIncludes.hpp123 HRESULT OriginateError(__in HRESULT hr, __in wchar_t const (&str)[N]) in OriginateError()
133 inline HRESULT OriginateError(__in HRESULT hr) in OriginateError()
/external/skia/src/utils/win/
DSkDWrite.cpp31 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in create_dwrite_factory() local
119 HRESULT hr = HRESULT_FROM_WIN32(GetLastError()); in SkGetGetUserDefaultLocaleNameProc() local
DSkHRESULT.cpp13 void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg) { in SkTraceHR()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
Ddxgid3d11.cpp46 HRESULT hr; in D3D11CreateDevice() local
108 HRESULT hr; in D3D11CreateDeviceAndSwapChain() local
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp141 HRESULT hr = S_OK; in DwCreateFontFaceFromStream() local
174 HRESULT hr = S_OK; in DwCreateRenderingTarget() local
225 HRESULT hr = S_OK; in DwRendingString() local
381 HRESULT hr = S_OK; in DrawGlyphRun() local
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp907 HRESULT hr; in GalliumDXGISwapChain() local
1007 HRESULT hr; in create_buffer0() local
1069 HRESULT hr = parent->backend->GetPresentSize(desc.OutputWindow, &width, &height); in resolve_zero_width_height() local
1090 HRESULT hr; in Present() local
1096 HRESULT hr = create_buffer0(); in Present() local
1267 HRESULT hr = create_buffer0(); in GetBuffer() local
1377 catch(HRESULT hr) in GalliumDXGIAdapterCreate() local
1390 catch(HRESULT hr) in GalliumDXGIOutputCreate() local
1403 catch(HRESULT hr) in GalliumDXGISwapChainCreate() local
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
Ddxgid3d10.cpp43 HRESULT hr; in D3D10CreateDevice1() local
98 HRESULT hr; in D3D10CreateDeviceAndSwapChain1() local
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DDirectXHelper.h9 inline void ThrowIfFailed(HRESULT hr) in ThrowIfFailed()
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DDirectXHelper.h9 inline void ThrowIfFailed(HRESULT hr) in ThrowIfFailed()
/external/icu/icu4c/source/test/intltest/
Dcaltztst.cpp181 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) in date()
219 CalendarTimeZoneTest::dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int… in dateToFields()

123456