| 75 | } |
| 76 | |
| 77 | std::vector<const VideoDecoderFactory*> NativePlatform::getVideoDecoderFactories() const { |
| 78 | return {&hardwareDecoderFactory, VideoDecoderFactory::ExternalDecoderFactory(), |
| 79 | VideoDecoderFactory::SoftwareAVCDecoderFactory()}; |
| 80 | } |
| 81 | |
| 82 | bool NativePlatform::registerFallbackFonts() const { |
| 83 | return FontConfigAndroid::RegisterFallbackFonts(); |
nothing calls this directly
no test coverage detected