Split direct v210 read and copy timing

This commit is contained in:
Johanness
2026-05-19 15:02:22 +03:00
parent 973c547c53
commit b096f32d75
6 changed files with 102 additions and 7 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ public:
bool readV210FrameInto(
uint32_t frameCounter,
void* destination,
size_t destinationSize) override;
size_t destinationSize,
V210ReadTiming* timing = nullptr) override;
uint32_t v210Width() const override;
uint32_t v210Height() const override;
uint32_t v210Stride() const override;