| 195 | }; |
| 196 | |
| 197 | TEST_F(FramesDecoderTest_CpuOnlyTests, ConstantFrameRate) { |
| 198 | FramesDecoderCpu decoder(cfr_videos_paths_[0]); |
| 199 | decoder.BuildIndex(); |
| 200 | RunTest(decoder, cfr_videos_[0]); |
| 201 | } |
| 202 | |
| 203 | TEST_F(FramesDecoderTest_CpuOnlyTests, VariableFrameRate) { |
| 204 | FramesDecoderCpu decoder(vfr_videos_paths_[1]); |
nothing calls this directly
no test coverage detected