| 644 | } |
| 645 | |
| 646 | void |
| 647 | TVProcessorTab::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 | |
| 655 | void |
| 656 | TVProcessorTab::onTVProcessorParamsChanged( |
nothing calls this directly
no test coverage detected