MCPcopy Create free account
hub / github.com/NVIDIA/DALI / TEST_F

Function TEST_F

dali/operators/video/frames_decoder_test.cc:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195};
196
197TEST_F(FramesDecoderTest_CpuOnlyTests, ConstantFrameRate) {
198 FramesDecoderCpu decoder(cfr_videos_paths_[0]);
199 decoder.BuildIndex();
200 RunTest(decoder, cfr_videos_[0]);
201}
202
203TEST_F(FramesDecoderTest_CpuOnlyTests, VariableFrameRate) {
204 FramesDecoderCpu decoder(vfr_videos_paths_[1]);

Callers

nothing calls this directly

Calls 6

BuildIndexMethod · 0.80
SetNumFramesMethod · 0.80
SeekFrameMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
NumFramesMethod · 0.45

Tested by

no test coverage detected