Clean up video IO
This commit is contained in:
@@ -20,13 +20,13 @@ add_video_shader_test(RenderCadenceCompositorTelemetryTests
|
||||
|
||||
add_video_shader_test(RenderCadenceCompositorFrameExchangeTests
|
||||
"${SRC_DIR}/frames/SystemFrameExchange.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
${VIDEO_FORMAT_SOURCES}
|
||||
"${TEST_DIR}/RenderCadenceCompositorFrameExchangeTests.cpp"
|
||||
)
|
||||
|
||||
add_video_shader_test(RenderCadenceCompositorInputFrameMailboxTests
|
||||
"${SRC_DIR}/frames/InputFrameMailbox.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
${VIDEO_FORMAT_SOURCES}
|
||||
"${TEST_DIR}/RenderCadenceCompositorInputFrameMailboxTests.cpp"
|
||||
)
|
||||
|
||||
@@ -72,6 +72,7 @@ add_video_shader_test(RenderCadenceCompositorSupportedShaderCatalogTests
|
||||
add_video_shader_test(RenderCadenceCompositorRuntimeStateJsonTests
|
||||
"${SRC_DIR}/app/AppConfig.cpp"
|
||||
"${SRC_DIR}/app/AppConfigProvider.cpp"
|
||||
${VIDEO_MODE_SOURCES}
|
||||
"${SRC_DIR}/json/JsonWriter.cpp"
|
||||
${RUNTIME_LAYER_SOURCES}
|
||||
${RUNTIME_TEXT_SOURCES}
|
||||
@@ -96,6 +97,8 @@ target_link_libraries(RenderCadenceCompositorHttpControlServerTests PRIVATE Ws2_
|
||||
add_video_shader_test(RenderCadenceCompositorAppConfigProviderTests
|
||||
"${SRC_DIR}/app/AppConfig.cpp"
|
||||
"${SRC_DIR}/app/AppConfigProvider.cpp"
|
||||
${VIDEO_MODE_SOURCES}
|
||||
"${SRC_DIR}/video/decklink/DeckLinkDisplayMode.cpp"
|
||||
${RUNTIME_JSON_SOURCES}
|
||||
"${TEST_DIR}/RenderCadenceCompositorAppConfigProviderTests.cpp"
|
||||
)
|
||||
@@ -129,7 +132,7 @@ add_video_shader_test(Std140BufferTests
|
||||
|
||||
add_video_shader_test(VideoIOFormatTests
|
||||
"${SRC_DIR}/video/decklink/DeckLinkVideoIOFormat.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
${VIDEO_FORMAT_SOURCES}
|
||||
"${TEST_DIR}/VideoIOFormatTests.cpp"
|
||||
)
|
||||
|
||||
@@ -139,7 +142,7 @@ add_video_shader_test(VideoPlayoutSchedulerTests
|
||||
)
|
||||
|
||||
add_video_shader_test(VideoOutputThreadTests
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
${VIDEO_FORMAT_SOURCES}
|
||||
"${TEST_DIR}/VideoOutputThreadTests.cpp"
|
||||
)
|
||||
|
||||
@@ -160,7 +163,7 @@ add_video_shader_test(RenderCadenceControllerTests
|
||||
|
||||
add_video_shader_test(SystemOutputFramePoolTests
|
||||
"${SRC_DIR}/video/playout/SystemOutputFramePool.cpp"
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
${VIDEO_FORMAT_SOURCES}
|
||||
"${TEST_DIR}/SystemOutputFramePoolTests.cpp"
|
||||
)
|
||||
|
||||
@@ -170,7 +173,7 @@ add_video_shader_test(VideoBackendLifecycleTests
|
||||
)
|
||||
|
||||
add_video_shader_test(VideoIODeviceFakeTests
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
${VIDEO_FORMAT_SOURCES}
|
||||
"${TEST_DIR}/VideoIODeviceFakeTests.cpp"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "AppConfigProvider.h"
|
||||
#include "DeckLinkDisplayMode.h"
|
||||
|
||||
#include <chrono>
|
||||
#include <filesystem>
|
||||
|
||||
Reference in New Issue
Block a user