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

Method UpdatFrameProperties

Source/DX9VideoProcessor.cpp:824–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824void CDX9VideoProcessor::UpdatFrameProperties()
825{
826 m_srcPitch = m_srcWidth * m_srcParams.Packsize;
827 m_srcLines = m_srcHeight * m_srcParams.PitchCoeff / 2;
828}
829
830HRESULT CDX9VideoProcessor::CreatePShaderFromResource(IDirect3DPixelShader9** ppPixelShader, UINT resid)
831{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected