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