C
OutputVerificationQueue Class
class SafeRenderer::OutputVerificationQueueThe OutputVerificationQueue class provides an API to queue the output verification requests. More...
Header: | #include <OutputVerificationQueue> |
Since: | QtSafeRenderer 2.0 |
This class was introduced in QtSafeRenderer 2.0.
Public Functions
OutputVerificationQueue() | |
void | addRegionToQueue(const SafeRenderer::VerifyRegion ®ionArg) |
SafeRenderer::VerifyRegion | getNextRegionFromQueue() |
SafeRenderer::quint32 | verifyQueueCount() const |
Detailed Description
Usually, the hardware modules have 4-16 number of ROI. The QSafeMonitor class provides mechanism to queue the verification requests and do the integrity checks when the renderer is in the idle state to avoid impacts to the rendering performance. The VerifyRegion structure is used to pass the region configurations and the expected CRC values to OutputVerifierInterface.
Member Function Documentation
OutputVerificationQueue::OutputVerificationQueue()
Constructs OutputVerificationQueue instance.
void OutputVerificationQueue::addRegionToQueue(const SafeRenderer::VerifyRegion ®ionArg)
Adds a new regionArg to the verification queue.
SafeRenderer::VerifyRegion OutputVerificationQueue::getNextRegionFromQueue()
Returns the next region from the queue.
SafeRenderer::quint32 OutputVerificationQueue::verifyQueueCount() const
Returns the count of the items in the queue.
Available under certain Qt licenses.
Find out more.