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

Function WrapTaskRefCounted

module/task_utils_generated.h:1585–1589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583
1584template<typename C, typename M>
1585GMPTask*
1586WrapTaskRefCounted (C o, M m) {
1587 GMPTask *t = WrapTask (o, m);
1588 return new RefCountTaskWrapper(t, o);
1589}
1590
1591// 0 arguments --
1592template<typename C, typename M, typename R>

Callers 3

EncodeMethod · 0.85
DecodeMethod · 0.85
ResetMethod · 0.85

Calls 1

WrapTaskFunction · 0.85

Tested by

no test coverage detected