Searched refs:pProps (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 4691 IPropertyStore *pProps = NULL; in _GetDeviceName() local 4699 hr = pDevice->OpenPropertyStore(STGM_READ, &pProps); in _GetDeviceName() 4713 hr = pProps->GetValue(PKEY_Device_FriendlyName, &varName); in _GetDeviceName() 4748 SAFE_RELEASE(pProps); in _GetDeviceName() 4863 IPropertyStore *pProps = NULL; in _EnumerateEndpointDevicesAll() local 4917 &pProps); in _EnumerateEndpointDevicesAll() 4928 hr = pProps->GetValue( in _EnumerateEndpointDevicesAll() 5015 SAFE_RELEASE(pProps); in _EnumerateEndpointDevicesAll() 5029 SAFE_RELEASE(pProps); in _EnumerateEndpointDevicesAll()
|
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 128 CPVT_WordProps* pProps) in CPVT_WordInfo() 135 pWordProps(pProps) {} in CPVT_WordInfo()
|
D | doc_vt.cpp | 912 const CPVT_WordProps* pProps) { in InsertText() argument 924 wp = InsertSection(wp, pSecProps, pProps); in InsertText() 932 wp = InsertSection(wp, pSecProps, pProps); in InsertText() 938 wp = InsertWord(wp, word, charset, pProps); in InsertText()
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 1572 virtual HRESULT WINAPI GetProperties(ALLOCATOR_PROPERTIES *pProps) = 0; 1585 HRESULT (WINAPI *GetProperties)(IMemAllocator *This,ALLOCATOR_PROPERTIES *pProps); 1600 #define IMemAllocator_GetProperties(This,pProps) (This)->lpVtbl->GetProperties(This,pProps) argument 1609 …HRESULT WINAPI IMemAllocator_GetProperties_Proxy(IMemAllocator *This,ALLOCATOR_PROPERTIES *pProps); 1641 HRESULT (WINAPI *GetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pProps); 1658 …define IMemAllocatorCallbackTemp_GetProperties(This,pProps) (This)->lpVtbl->GetProperties(This,pPr… argument 1712 virtual HRESULT WINAPI GetAllocatorRequirements(ALLOCATOR_PROPERTIES *pProps) = 0; 1725 HRESULT (WINAPI *GetAllocatorRequirements)(IMemInputPin *This,ALLOCATOR_PROPERTIES *pProps); 1740 …ne IMemInputPin_GetAllocatorRequirements(This,pProps) (This)->lpVtbl->GetAllocatorRequirements(Thi… argument 1750 …INAPI IMemInputPin_GetAllocatorRequirements_Proxy(IMemInputPin *This,ALLOCATOR_PROPERTIES *pProps); [all …]
|