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

Class EncodeDecodeTestAPI

test/api/encode_decode_api_test.h:146–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144};
145
146class EncodeDecodeTestAPI : public ::testing::TestWithParam<EncodeDecodeFileParamBase>, public EncodeDecodeTestAPIBase {
147 void SetUp() {
148 EncodeDecodeTestAPIBase::SetUp();
149 }
150
151 void TearDown() {
152 EncodeDecodeTestAPIBase::TearDown();
153 }
154};
155
156
157bool ToRemainDidNal (const unsigned char* pSrc, EWelsNalUnitType eNalType, int iTarDid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected