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

Method onEncodeFrame

test/api/decode_encode_test.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 virtual void onEncodeFrame (const SFrameBSInfo& frameInfo) {
70 UpdateHashFromFrame (frameInfo, &ctx_);
71 }
72
73 virtual int read (void* ptr, size_t len) {
74 while (buf_.Length() < len) {

Callers

nothing calls this directly

Calls 1

UpdateHashFromFrameFunction · 0.70

Tested by

no test coverage detected