| 144 | }; |
| 145 | |
| 146 | class 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 | |
| 157 | bool ToRemainDidNal (const unsigned char* pSrc, EWelsNalUnitType eNalType, int iTarDid); |
nothing calls this directly
no outgoing calls
no test coverage detected