Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp70 m_hWnd = NULL; in CD3D9Utils()
101 return bWindowed ? InitWindow (&m_hWnd) : S_OK; in Init()
206 HMONITOR hMonitorWnd = MonitorFromWindow (m_hWnd, MONITOR_DEFAULTTONULL); in InitResource()
229 m_d3dpp.hDeviceWindow = m_hWnd; in InitResource()
250 m_hWnd = NULL; in CD3D9ExUtils()
282 return bWindowed ? InitWindow (&m_hWnd) : S_OK; in Init()
339 …MoveWindow (m_hWnd, 0, 0, pInfo->UsrData.sSystemBuffer.iWidth, pInfo->UsrData.sSystemBuffer.iHeigh… in Render()
386 HMONITOR hMonitorWnd = MonitorFromWindow (m_hWnd, MONITOR_DEFAULTTONULL); in InitResource()
410 m_d3dpp.hDeviceWindow = m_hWnd; in InitResource()
/third_party/openh264/codec/console/dec/inc/
Dd3d9_utils.h82 HWND m_hWnd; variable
112 HWND m_hWnd; variable