| 28 | } |
| 29 | |
| 30 | struct DecodeEncodeFileParam { |
| 31 | const char* fileName; |
| 32 | const char* hashStr; |
| 33 | int width; |
| 34 | int height; |
| 35 | float frameRate; |
| 36 | }; |
| 37 | |
| 38 | class DecodeEncodeTest : public ::testing::TestWithParam<DecodeEncodeFileParam>, |
| 39 | public BaseDecoderTest, public BaseDecoderTest::Callback, |
nothing calls this directly
no outgoing calls
no test coverage detected