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

Method getVideoDecoderFactories

src/platform/android/NativePlatform.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77std::vector<const VideoDecoderFactory*> NativePlatform::getVideoDecoderFactories() const {
78 return {&hardwareDecoderFactory, VideoDecoderFactory::ExternalDecoderFactory(),
79 VideoDecoderFactory::SoftwareAVCDecoderFactory()};
80}
81
82bool NativePlatform::registerFallbackFonts() const {
83 return FontConfigAndroid::RegisterFallbackFonts();

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected