MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / signalSetGlobalImageHandler

Method signalSetGlobalImageHandler

sources/base/HyperHdrInstance.cpp:491–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void HyperHdrInstance::signalSetGlobalImageHandler(int priority, const Image<ColorRgb>& image, int timeout_ms, hyperhdr::Components origin, QString clientDescription)
492{
493 if (!_muxer->hasPriority(priority))
494 {
495 _muxer->registerInput(priority, origin, clientDescription);
496 }
497
498 setInputImage(priority, image, timeout_ms);
499}
500
501void HyperHdrInstance::setInputImage(int priority, const Image<ColorRgb>& image, int64_t timeout_ms, bool clearEffect)
502{

Callers

nothing calls this directly

Calls 2

hasPriorityMethod · 0.45
registerInputMethod · 0.45

Tested by

no test coverage detected