| 822 | } |
| 823 | |
| 824 | void CDX9VideoProcessor::UpdatFrameProperties() |
| 825 | { |
| 826 | m_srcPitch = m_srcWidth * m_srcParams.Packsize; |
| 827 | m_srcLines = m_srcHeight * m_srcParams.PitchCoeff / 2; |
| 828 | } |
| 829 | |
| 830 | HRESULT CDX9VideoProcessor::CreatePShaderFromResource(IDirect3DPixelShader9** ppPixelShader, UINT resid) |
| 831 | { |
nothing calls this directly
no outgoing calls
no test coverage detected