MCPcopy Create free account
hub / github.com/IENT/YUView / inputsValid

Method inputsValid

YUViewLib/src/video/videoHandlerDifference.cpp:139–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139bool videoHandlerDifference::inputsValid() const
140{
141 if (inputVideo[0].isNull() || inputVideo[1].isNull())
142 return false;
143
144 if (!inputVideo[0]->isFormatValid() || !inputVideo[1]->isFormatValid())
145 return false;
146
147 return true;
148}
149
150void videoHandlerDifference::setInputVideos(FrameHandler *childVideo0, FrameHandler *childVideo1)
151{

Callers 3

drawItemMethod · 0.80
getSizeMethod · 0.80
loadFrameMethod · 0.80

Calls 1

isFormatValidMethod · 0.45

Tested by

no test coverage detected