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

Class DecodeEncodeFileParam

test/api/decode_encode_test.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30struct DecodeEncodeFileParam {
31 const char* fileName;
32 const char* hashStr;
33 int width;
34 int height;
35 float frameRate;
36};
37
38class DecodeEncodeTest : public ::testing::TestWithParam<DecodeEncodeFileParam>,
39 public BaseDecoderTest, public BaseDecoderTest::Callback,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected