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

Method onEncodeFrame

test/api/encoder_test.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 SHA1Reset (&ctx_);
73 }
74 virtual void onEncodeFrame (const SFrameBSInfo& frameInfo) {
75 UpdateHashFromFrame (frameInfo, &ctx_);
76 }
77
78 protected:
79 SHA1Context ctx_;

Callers 1

EncodeStreamMethod · 0.45

Calls 1

UpdateHashFromFrameFunction · 0.70

Tested by

no test coverage detected