Mode | Name | Size | ||||
---|---|---|---|---|---|---|
-rw-r--r-- | buffer_cache.cpp | 4883 | logplain | |||
-rw-r--r-- | buffer_sharing.cpp | 4648 | logplain | |||
-rw-r--r-- | capture_async.cpp | 1894 | logplain | |||
-rw-r--r-- | controls.cpp | 3935 | logplain | |||
-rw-r--r-- | double_open.cpp | 686 | logplain | |||
-rw-r--r-- | formats.cpp | 1767 | -rw-r--r-- | meson.build | 942 | logplain |
-rw-r--r-- | request_buffers.cpp | 532 | logplain | |||
-rw-r--r-- | stream_on_off.cpp | 654 | logplain | |||
-rw-r--r-- | v4l2_m2mdevice.cpp | 4649 | logplain | |||
-rw-r--r-- | v4l2_videodevice_test.cpp | 2041 | log/* Test that setting the default configuration works. */ if (camera_->configure(config_.get())) { cout << "Failed to set default configuration" << endl; return TestFail; } /* * Test that configuring the camera fails if it is not * acquired, this will also test release and reacquiring * of the camera. */ if (camera_->release()) { cout << |