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

Method inputValid

YUViewLib/src/video/videoHandlerResample.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127bool videoHandlerResample::inputValid() const
128{
129 return (!this->inputVideo.isNull() && this->inputVideo->isFormatValid());
130}
131
132void videoHandlerResample::setInputVideo(FrameHandler *childVideo)
133{

Callers 6

calculateDifferenceMethod · 0.95
loadResampledFrameMethod · 0.95
setInputVideoMethod · 0.95
drawItemMethod · 0.80
getSizeMethod · 0.80
loadFrameMethod · 0.80

Calls 1

isFormatValidMethod · 0.45

Tested by

no test coverage detected