Searched refs:pProps (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc4691 IPropertyStore *pProps = NULL; local
4699 hr = pDevice->OpenPropertyStore(STGM_READ, &pProps);
4713 hr = pProps->GetValue(PKEY_Device_FriendlyName, &varName);
4748 SAFE_RELEASE(pProps);
4863 IPropertyStore *pProps = NULL; local
4917 &pProps);
4928 hr = pProps->GetValue(
5015 SAFE_RELEASE(pProps);
5029 SAFE_RELEASE(pProps);
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h128 CPVT_WordProps* pProps)
135 pWordProps(pProps) {}
125 CPVT_WordInfo(FX_WORD word, int32_t charset, int32_t fontIndex, CPVT_WordProps* pProps) argument
H A Ddoc_vt.cpp912 const CPVT_WordProps* pProps) {
924 wp = InsertSection(wp, pSecProps, pProps);
932 wp = InsertSection(wp, pSecProps, pProps);
938 wp = InsertWord(wp, word, charset, pProps);
908 InsertText(const CPVT_WordPlace& place, const FX_WCHAR* text, int32_t charset, const CPVT_SecProps* pSecProps, const CPVT_WordProps* pProps) argument
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h1572 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)
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,pProps)
1712 virtual HRESULT WINAPI GetAllocatorRequirements(ALLOCATOR_PROPERTIES *pProps) = 0;
1725 HRESULT (WINAPI *GetAllocatorRequirements)(IMemInputPin *This,ALLOCATOR_PROPERTIES *pProps);
[all...]

Completed in 348 milliseconds