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

Method UpdatFrameProperties

Source/DX11VideoProcessor.cpp:2049–2053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2047}
2048
2049void CDX11VideoProcessor::UpdatFrameProperties()
2050{
2051 m_srcPitch = m_srcWidth * m_srcParams.Packsize;
2052 m_srcLines = m_srcHeight * m_srcParams.PitchCoeff / 2;
2053}
2054
2055BOOL CDX11VideoProcessor::GetAlignmentSize(const CMediaType& mt, SIZE& Size)
2056{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected