| 119 | } |
| 120 | |
| 121 | void SetJsonValue(const Json::Value root) override { |
| 122 | ReaderBase::SetJsonValue(root); |
| 123 | } |
| 124 | }; |
| 125 | |
| 126 | static std::shared_ptr<Frame> make_input_frame(int64_t number, int width = 2, int height = 1) { |
no outgoing calls
no test coverage detected