Searched refs:Dump2Surface (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/console/dec/src/ |
D | d3d9_utils.cpp | 60 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
|