summaryrefslogtreecommitdiff
path: root/src/cam
ModeNameSize
-rw-r--r--buffer_writer.cpp2296logplain
-rw-r--r--buffer_writer.h632logplain
-rw-r--r--capture.cpp5022logplain
-rw-r--r--capture.h1146logplain
-rw-r--r--event_loop.cpp657logplain
-rw-r--r--event_loop.h559logplain
-rw-r--r--main.cpp9381logplain
-rw-r--r--main.h420logplain
-rw-r--r--meson.build324logplain
-rw-r--r--options.cpp11753logplain
-rw-r--r--options.h3027logplain
-rw-r--r--stream_options.cpp3217logplain
-rw-r--r--stream_options.h764logplain
ss="hl opt">) { cerr << "Failed to update image format" << endl; return TestFail; } format.size = { 0, 0 }; ret = scaler_->setFormat(0, &format); if (ret) { cerr << "Failed to set format: image resolution is wrong, but " << "setFormat() should not fail." << endl; return TestFail; } if (format.size.isNull()) { cerr << "Failed to update image format" << endl; return TestFail; } return TestPass; } TEST_REGISTER(FormatHandlingTest)