MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / isFeatureSupported

Method isFeatureSupported

framework/filter/ffmpegVideoFilter.cpp:321–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321bool ffmpegVideoFilter::isFeatureSupported(IVideoFilter::Feature feature)
322{
323 switch (feature) {
324 case Feature::Buffer:
325 return true;
326 case Texture:
327 return false;
328 case PassThrough:
329 return false;
330 case HDR:
331 return false;
332 case None:
333 break;
334 }
335 return false;
336}

Callers 3

setupFilterChainsMethod · 0.80
createMethod · 0.80
isSecureSupportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected