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

Method GetColorFormat

Source/VideoProcessor.h:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected