Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp60 HRESULT Dump2Surface (void* pDst[3], void* pSurface, int iWidth, int iHeight, int iStride[2]);
163 hResult = Dump2Surface (pDst, m_lpD3D9RawSurfaceShare, pInfo->UsrData.sSystemBuffer.iWidth, in Render()
345 hResult = Dump2Surface (pDst, m_lpD3D9RawSurfaceShare, pInfo->UsrData.sSystemBuffer.iWidth, in Render()
431 HRESULT Dump2Surface (void* pDst[3], void* pSurface, int iWidth, int iHeight, int iStride[2]) { in Dump2Surface() function