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

Method DecodeParseAPI

test/api/decode_api_test.cpp:791–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789class DecodeParseAPI : public ::testing::TestWithParam<EncodeDecodeFileParamBase>, public EncodeDecodeTestBase {
790 public:
791 DecodeParseAPI() {
792 memset (&BsInfo_, 0, sizeof (SParserBsInfo));
793 fYuv_ = NULL;
794 iWidth_ = 0;
795 iHeight_ = 0;
796 memset (&ctx_, 0, sizeof (SHA1Context));
797 }
798 void SetUp() {
799 SHA1Reset (&ctx_);
800 EncodeDecodeTestBase::SetUp();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected