| 191 | virtual bool IsInit() const { return false; } |
| 192 | |
| 193 | ColorFormat_t GetColorFormat() { return m_srcParams.cformat; } |
| 194 | |
| 195 | void GetSourceRect(CRect& sourceRect) { sourceRect = m_srcRect; } |
| 196 | void GetVideoRect(CRect& videoRect) { videoRect = m_videoRect; } |
nothing calls this directly
no outgoing calls
no test coverage detected