16 void TestStopBehavior();
17 void TestAlternateStopBehavior();
19 void TestSizeInMaxUnityDeltas();
20 void TestSizeInMaxLargeDelta();
21 void TestSizeInMaxSmallDelta();
22 void TestSizeMaxOutSmallUnityDeltas();
23 void TestSizeMaxOutSmallCorrectDeltas();
25 void TestPALIntoNTSC();
26 void TestSizeInLargerThanSizeOutUnityDeltas();
27 void TestSizeInLargerThanSizeOutCorrectDeltas();
29 void TestSizeInSmallerThanSizeOutUnityDeltas();
30 void TestSizeInSmallerThanSizeOutCorrectDeltas();
32 void TestPitchLessThanCompact();
33 void TestPitchLargerThanCompact();
35 void SetCheckerboardVideoFrameCR8YB8CB8YA8(uint32_t first_color, uint32_t second_color, uint32_t checker_size,
36 uint32_t x_offset = 0, uint32_t y_offset = 0, uint32_t width = 0,
38 void SetTestPatternVideoFrameCR8YB8CB8YA8(uint32_t width = 0, uint32_t height = 0);
39 void SetVideoFrameCR8YB8CB8YA8(
const void *pixels, uint32_t width, uint32_t height);
40 void DrawFullscreenOverlay();
43 uint8_t *video_{
nullptr};