Home
last modified time | relevance | path

Searched refs:SafeRelease (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp20 inline void SafeRelease(InterfaceType** currentObject) { in SafeRelease() function
124 SafeRelease((IDWriteFactory**)&m_pDWriteFactory); in Unload()
159 SafeRelease(&pDwFontFile); in DwCreateFontFaceFromStream()
162 SafeRelease(&pDwFontFile); in DwCreateFontFaceFromStream()
196 SafeRelease(&pGdiInterop); in DwCreateRenderingTarget()
197 SafeRelease(&pBitmapRenderTarget); in DwCreateRenderingTarget()
198 SafeRelease(&pRenderingParams); in DwCreateRenderingTarget()
201 SafeRelease(&pGdiInterop); in DwCreateRenderingTarget()
202 SafeRelease(&pBitmapRenderTarget); in DwCreateRenderingTarget()
203 SafeRelease(&pRenderingParams); in DwCreateRenderingTarget()
[all …]
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp87 SafeRelease(&m_pInputType); in ~OcvImageManipulations()
88 SafeRelease(&m_pOutputType); in ~OcvImageManipulations()
89 SafeRelease(&m_pSample); in ~OcvImageManipulations()
90 SafeRelease(&m_pAttributes); in ~OcvImageManipulations()
1037 SafeRelease(&m_pSample); // Release our input sample. in ProcessOutput()
1038 SafeRelease(&pInput); in ProcessOutput()
1039 SafeRelease(&pOutput); in ProcessOutput()
1084 SafeRelease(&pmt); in OnGetPartialType()
1215 SafeRelease(&m_pInputType); in OnSetInputType()
1235 SafeRelease(&m_pOutputType); in OnSetOutputType()
[all …]
DOcvTransform.h52 template <class T> void SafeRelease(T **ppT) in SafeRelease() function
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
DBufferLock.h35 SafeRelease(&m_pBuffer); in ~VideoBufferLock()
36 SafeRelease(&m_p2DBuffer); in ~VideoBufferLock()
/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp278 template <class T> void SafeRelease(T **ppT) in SafeRelease() function
1234 SafeRelease(&ig_pSession); in ~ImageGrabber()
1235 SafeRelease(&ig_pTopology); in ~ImageGrabber()
1255 SafeRelease(&ig_pMediaSink); in ~ImageGrabberWinRT()
1319 SafeRelease(&ig_pMediaSink); in stopGrabbing()
1404 SafeRelease(&ig_pSession); in initImageGrabber()
1405 SafeRelease(&ig_pTopology); in initImageGrabber()
1461 SafeRelease(&ig_pSession); in initImageGrabber()
1462 SafeRelease(&ig_pTopology); in initImageGrabber()
2149 SafeRelease(&pSource); in resetDevice()
[all …]