MCPcopy Create free account
hub / github.com/cisco/openh264 / FileParam

Class FileParam

test/api/thread_decoder_test.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46TEST_F (ThreadDecoderInitTest, JustInit) {}
47struct FileParam {
48 const char* fileName;
49 const char* hashStr;
50};
51
52class ThreadDecoderOutputTest : public ::testing::WithParamInterface<FileParam>,
53 public ThreadDecoderInitTest, public BaseThreadDecoderTest::Callback {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected