|
|
@ -2,10 +2,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
constexpr long unsigned int WIDTH = 1920; |
|
|
|
constexpr long unsigned int WIDTH = 1920; |
|
|
|
constexpr long unsigned int HEIGHT = 1080; |
|
|
|
constexpr long unsigned int HEIGHT = 1080; |
|
|
|
constexpr double FPS = 60; |
|
|
|
|
|
|
|
constexpr bool OFFSCREEN = true; |
|
|
|
constexpr bool OFFSCREEN = true; |
|
|
|
constexpr const char* OUTPUT_FILENAME = "tetra-demo.mkv"; |
|
|
|
constexpr const char* OUTPUT_FILENAME = "tetra-demo.mkv"; |
|
|
|
constexpr const int VA_HW_DEVICE_INDEX = 0; |
|
|
|
constexpr const int VA_HW_DEVICE_INDEX = 0; |
|
|
|
|
|
|
|
constexpr double FPS = 60; |
|
|
|
|
|
|
|
|
|
|
|
#include "../common/subsystems.hpp" |
|
|
|
#include "../common/subsystems.hpp" |
|
|
|
|
|
|
|
|
|
|
|