| 67 | } |
| 68 | |
| 69 | TEST_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 | |
| 78 | TEST_F(DisplayMatrixTest, HFlip90) { |
| 79 | std::string FilePath = SamplesDir + "/qrvideo_hflip_270.mov"; |
nothing calls this directly
no test coverage detected