Clean up video IO
Some checks failed
CI / React UI Build (push) Successful in 10s
CI / Native Windows Build And Tests (push) Failing after 2m33s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
2026-05-22 15:16:35 +10:00
parent 7bf5464fd2
commit 9787ca5f27
15 changed files with 377 additions and 255 deletions

View File

@@ -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"
)