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