MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onTVProcessorFrame

Method onTVProcessorFrame

Default/GenericInspector/TVProcessorTab.cpp:646–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void
647TVProcessorTab::onTVProcessorFrame(struct sigutils_tv_frame_buffer *frame)
648{
649 this->tvWorker->acknowledgeFrame();
650 this->ui->tvDisplay->putFrame(frame);
651 this->ui->tvDisplay->invalidate();
652 emit tvProcessorDisposeFrame(frame);
653}
654
655void
656TVProcessorTab::onTVProcessorParamsChanged(

Callers

nothing calls this directly

Calls 1

acknowledgeFrameMethod · 0.80

Tested by

no test coverage detected