/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/ |
OcvTransform.cpp | 68 HRESULT GetDefaultStride(IMFMediaType *pType, LONG *plStride); 107 HRESULT OcvImageManipulations::SetProperties(ABI::Windows::Foundation::Collections::IPropertySet *pConfiguration) 109 HRESULT hr = S_OK; 157 HRESULT OcvImageManipulations::GetStreamLimits( 186 HRESULT OcvImageManipulations::GetStreamCount( 210 HRESULT OcvImageManipulations::GetStreamIDs( 231 HRESULT OcvImageManipulations::GetInputStreamInfo( 278 HRESULT OcvImageManipulations::GetOutputStreamInfo( 327 HRESULT OcvImageManipulations::GetAttributes(IMFAttributes** ppAttributes) 349 HRESULT OcvImageManipulations::GetInputStreamAttributes [all...] |
/external/lzma/CPP/7zip/Archive/ |
LzmaHandler.cpp | 84 HRESULT Create(DECL_EXTERNAL_CODECS_LOC_VARS
87 HRESULT Code(const CHeader &header, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
93 HRESULT ReadInput(Byte *data, UInt32 size, UInt32 *processedSize)
99 HRESULT CDecoder::Create(
132 HRESULT CDecoder::Code(const CHeader &header, ISequentialOutStream *outStream,
160 HRESULT res = _lzmaDecoderSpec->CodeResume(outStream, Size, progress);
168 HRESULT res2 = flush->Flush();
172 HRESULT res2 = setOutStream->ReleaseOutStream();
469 HRESULT result = decoder.Create(
|
/external/lzma/CPP/7zip/UI/Console/ |
ExtractCallbackConsole.cpp | 186 HRESULT CExtractCallbackConsole::SetPassword(const UString &password)
205 HRESULT CExtractCallbackConsole::BeforeOpen(const wchar_t *name)
215 HRESULT CExtractCallbackConsole::OpenResult(const wchar_t * /* name */, HRESULT result, bool encrypted)
269 HRESULT CExtractCallbackConsole::SetError(int level, const wchar_t *name,
322 HRESULT CExtractCallbackConsole::ThereAreNoFiles()
328 HRESULT CExtractCallbackConsole::ExtractResult(HRESULT result)
363 HRESULT CExtractCallbackConsole::OpenTypeWarning(const wchar_t *name, const wchar_t *okType, const wchar_t *errorType)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
uxtheme.h | 13 #define THEMEAPI EXTERN_C DECLSPEC_IMPORT HRESULT WINAPI 57 THEMEAPI_(HRESULT) EndBufferedPaint(HPAINTBUFFER hBufferedPaint,WINBOOL fUpdateTarget); 58 THEMEAPI_(HRESULT) GetBufferedPaintTargetRect(HPAINTBUFFER hBufferedPaint,RECT *prc); 61 THEMEAPI_(HRESULT) GetBufferedPaintBits(HPAINTBUFFER hBufferedPaint,RGBQUAD **ppbBuffer,int *pcxRow); 62 THEMEAPI_(HRESULT) BufferedPaintClear(HPAINTBUFFER hBufferedPaint,const RECT *prc); 63 THEMEAPI_(HRESULT) BufferedPaintSetAlpha(HPAINTBUFFER hBufferedPaint,const RECT *prc,BYTE alpha); 64 THEMEAPI_(HRESULT) BufferedPaintInit(VOID); 65 THEMEAPI_(HRESULT) BufferedPaintUnInit(VOID); 103 static __inline HRESULT SetWindowThemeNonClientAttributes(HWND hwnd,DWORD dwMask,DWORD dwAttributes)
|
d3dx9xof.h | 76 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID, LPVOID*) PURE; 93 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID, LPVOID*) PURE; 108 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID, LPVOID*) PURE; 127 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID, LPVOID*) PURE; 143 STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID, LPVOID*) PURE;
|
cmnquery.h | 29 typedef HRESULT (CALLBACK *LPCQADDFORMSPROC)(LPARAM lParam,LPCQFORM pForm); 33 typedef HRESULT (CALLBACK *LPCQADDPAGESPROC)(LPARAM lParam,REFCLSID clsidForm,LPCQPAGE pPage); 34 typedef HRESULT (CALLBACK *LPCQPAGEPROC)(LPCQPAGE pPage,HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam);
|
d3dhal.h | 219 HRESULT ddrval; 224 HRESULT ddrval; 229 HRESULT ddrval; 235 HRESULT ddrval; 251 HRESULT ddrval; 272 HRESULT ddrval;
|
d2d1.h | [all...] |
_dbdao.h | 188 HRESULT CdbWideFromAnsi(LPSTR,unsigned int,BSTR *); 332 #define DAOMFC_CALL(hr) do { HRESULT hresult = (hr); if(FAILED(hresult)) { TRACE0("\nDBDAO Call Failed.\n\t"); TRACE2("\nIn file %s on line %d\n",_T("DBDAO.CPP"),__LINE__); TRACE1("hResult = %X\n",hresult); if(GetScode(hresult)==E_OUTOFMEMORY) AfxThrowMemoryException(); else throw CdbException(hresult); } } while (0)
|
/external/libchrome/base/win/ |
scoped_comptr.h | 91 HRESULT QueryInterface(Query** p) { 101 HRESULT QueryInterface(const IID& iid, void** obj) { 109 HRESULT QueryFrom(IUnknown* object) { 115 HRESULT CreateInstance(const CLSID& clsid, IUnknown* outer = NULL, 118 HRESULT hr = ::CoCreateInstance(clsid, outer, context, *interface_id,
|
/external/lzma/CPP/7zip/Archive/Common/ |
MultiStream.cpp | 44 HRESULT result = s.Stream->Read(data, size, &size);
100 HRESULT Flush();
104 HRESULT COutVolumeStream::Flush()
|
/external/lzma/CPP/7zip/Compress/ |
PpmdDecoder.cpp | 54 HRESULT CDecoder::CodeSpec(Byte *memStream, UInt32 size)
115 HRESULT res = CodeSpec(_outBuf, kBufSize);
159 HRESULT res = CodeSpec((Byte *)data, size);
|
CodecExports.cpp | 29 static inline HRESULT SetPropString(const char *s, unsigned int size, PROPVARIANT *value)
36 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value)
41 static HRESULT SetClassID(CMethodId id, UInt16 typeId, PROPVARIANT *value)
51 static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool isFilter, bool &encode, int &index)
124 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
201 static HRESULT CreateHasher2(UInt32 index, IHasher **hasher)
|
Lzma2Encoder.cpp | 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props)
|
/external/lzma/CPP/7zip/ |
ICoder.h | 206 typedef HRESULT (WINAPI *Func_GetNumberOfMethods)(UInt32 *numMethods);
207 typedef HRESULT (WINAPI *Func_GetMethodProperty)(UInt32 index, PROPID propID, PROPVARIANT *value);
208 typedef HRESULT (WINAPI *Func_GetHashers)(IHashers **hashers);
|
/external/lzma/CPP/Common/ |
MyWindows.cpp | 105 HRESULT VariantClear(VARIANTARG *prop)
113 HRESULT VariantCopy(VARIANTARG *dest, const VARIANTARG *src)
115 HRESULT res = ::VariantClear(dest);
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DInterop.h | 68 HRESULT STDMETHODCALLTYPE Connect(_In_ IDrawingSurfaceRuntimeHostNative* host); 70 HRESULT STDMETHODCALLTYPE PrepareResources(_In_ const LARGE_INTEGER* presentTargetTime, _Out_ BOOL* contentDirty); 71 HRESULT STDMETHODCALLTYPE GetTexture(_In_ const DrawingSurfaceSizeF* size, _Out_ IDrawingSurfaceSynchronizedTextureNative** synchronizedTexture, _Out_ DrawingSurfaceRectF* textureSubRectangle);
|
/external/skia/src/utils/win/ |
SkDWriteGeometrySink.cpp | 22 HRESULT STDMETHODCALLTYPE SkDWriteGeometrySink::QueryInterface(REFIID iid, void **object) { 140 HRESULT SkDWriteGeometrySink::Close() { 144 HRESULT SkDWriteGeometrySink::Create(SkPath* path, IDWriteGeometrySink** geometryToPath) {
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
ExtractEngine.cpp | 34 HRESULT Result;
101 HRESULT ExtractArchive(CCodecs *codecs, const FString &fileName, const FString &destFolder,
|
/external/lzma/CPP/7zip/Common/ |
FilterCoder.h | 52 HRESULT Init()
72 HRESULT WriteWithLimit(ISequentialOutStream *outStream, UInt32 size);
|
StreamBinder.cpp | 75 HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize)
107 HRESULT CStreamBinder::Write(const void *data, UInt32 size, UInt32 *processedSize)
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11x11main.cpp | 51 HRESULT hr =D3D11CreateDeviceAndSwapChain( 66 fprintf(stderr, "Failed to create D3D11 device (hresult %08x)\n", hr);
|
/external/opencv3/modules/highgui/src/ |
agile_wrl.h | 48 HRESULT __stdcall GetProxyImpl(IUnknown*, REFIID, IUnknown*, IUnknown**); 49 HRESULT __stdcall ReleaseInContextImpl(IUnknown*, IUnknown*); 53 __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) 55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) 66 inline HRESULT ReleaseInContext(T *ObjectIn, IUnknown *ContextCallBack) 175 HRESULT hr = reinterpret_cast<IUnknown*>(object)->QueryInterface(__uuidof(IAgileObject), &checkIfAgile); 278 HRESULT hr = reinterpret_cast<IUnknown*>(localObject)->QueryInterface(__uuidof(IAgileObject), &checkIfAgile); 281 HRESULT hr = reinterpret_cast<IUnknown*>(_object)->QueryInterface(__uuidof(IAgileObject), &checkIfAgile);
|
/external/opencv3/modules/videoio/src/ |
agile_wrl.hpp | 48 HRESULT __stdcall GetProxyImpl(IUnknown*, REFIID, IUnknown*, IUnknown**); 49 HRESULT __stdcall ReleaseInContextImpl(IUnknown*, IUnknown*); 53 __declspec(no_refcount) inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) 55 inline HRESULT GetProxy(T *ObjectIn, IUnknown *ContextCallBack, T **Proxy) 66 inline HRESULT ReleaseInContext(T *ObjectIn, IUnknown *ContextCallBack) 175 HRESULT hr = reinterpret_cast<IUnknown*>(object)->QueryInterface(__uuidof(IAgileObject), &checkIfAgile); 278 HRESULT hr = reinterpret_cast<IUnknown*>(localObject)->QueryInterface(__uuidof(IAgileObject), &checkIfAgile); 281 HRESULT hr = reinterpret_cast<IUnknown*>(_object)->QueryInterface(__uuidof(IAgileObject), &checkIfAgile);
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
video_capture_ds.cc | 86 HRESULT hr = CoCreateInstance(CLSID_FilterGraph, NULL, 167 HRESULT hr = _mediaControl->Run(); 181 HRESULT hr = _mediaControl->Pause(); 193 HRESULT hr = _mediaControl->GetState(1000, &state); 251 HRESULT hr = _outputCapturePin->QueryInterface(IID_IAMStreamConfig, 331 HRESULT hr = _mediaControl->Stop(); 350 HRESULT VideoCaptureDS::ConnectDVCamera() 352 HRESULT hr = S_OK;
|