MCPcopy Create free account
hub / github.com/FFMS/ffms2 / TEST_F

Function TEST_F

test/display_matrix.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69TEST_F(DisplayMatrixTest, HFlip270) {
70 std::string FilePath = SamplesDir + "/qrvideo_hflip_90.mov";
71
72 ASSERT_TRUE(DoIndexing(FilePath));
73
74 ASSERT_EQ(VP->Flip, 1);
75 ASSERT_EQ(VP->Rotation, 90);
76}
77
78TEST_F(DisplayMatrixTest, HFlip90) {
79 std::string FilePath = SamplesDir + "/qrvideo_hflip_270.mov";

Callers

nothing calls this directly

Calls 1

DoIndexingFunction · 0.85

Tested by

no test coverage detected