MCPcopy Create free account
hub / github.com/IENT/YUView / getPixelValues

Method getPixelValues

YUViewLib/src/playlistitem/playlistItemStatisticsFile.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200ValuePairListSets playlistItemStatisticsFile::getPixelValues(const QPoint &pixelPos, int frameIdx)
201{
202 (void)frameIdx;
203 return ValuePairListSets("Stats", this->statisticsData.getValuesAt(pixelPos));
204}
205
206bool playlistItemStatisticsFile::isSourceChanged()
207{

Callers

nothing calls this directly

Calls 2

ValuePairListSetsClass · 0.85
getValuesAtMethod · 0.80

Tested by

no test coverage detected