MCPcopy Create free account
hub / github.com/carlonluca/pot / SetVideoRect

Method SetVideoRect

piomxtextures_src/omxplayer_lib/OMXVideo.cpp:887–892  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

885
886///////////////////////////////////////////////////////////////////////////////////////////
887void COMXVideo::SetVideoRect(const CRect& SrcRect, const CRect& DestRect)
888{
889 m_config.src_rect = SrcRect;
890 m_config.dst_rect = DestRect;
891 SetVideoRect();
892}
893
894void COMXVideo::SetVideoRect(int aspectMode)
895{

Callers 1

mainFunction · 0.45

Calls 2

GetInputPortMethod · 0.80
SetConfigMethod · 0.80

Tested by

no test coverage detected