MCPcopy Create free account
hub / github.com/Tencent/libpag / RegisterSoftwareDecoder

Function RegisterSoftwareDecoder

test/src/base/TestEnvironment.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24namespace pag {
25static void RegisterSoftwareDecoder() {
26 auto factory = ffavc::DecoderFactory::GetHandle();
27 PAGVideoDecoder::RegisterSoftwareDecoderFactory(
28 reinterpret_cast<pag::SoftwareDecoderFactory*>(factory));
29}
30
31void TestEnvironment::SetUp() {
32 std::vector<std::string> fontPaths = {

Callers 1

SetUpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected