MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / ResizeInternal

Method ResizeInternal

Source/DX9VideoProcessor.cpp:653–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653void CDX9VideoProcessor::ResizeInternal()
654{
655 HRESULT hr = m_pD3DDevEx->ResetEx(&m_d3dpp, nullptr);
656 if (FAILED(hr)) {
657 DLog(L"CDX9VideoProcessor::ResizeInternal() : ResetEx() failed with error {}", HR2Str(hr));
658
659 InitInternal(true, nullptr);
660 }
661}
662
663HRESULT CDX9VideoProcessor::Init(const HWND hwnd, const bool displayHdrChanged, bool* pChangeDevice/* = nullptr*/)
664{

Callers

nothing calls this directly

Calls 2

DLogFunction · 0.85
HR2StrFunction · 0.85

Tested by

no test coverage detected