Home
last modified time | relevance | path

Searched refs:kMaxReportedIncorrectPixels (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/detector/
DImage.cpp317 constexpr const uint32_t kMaxReportedIncorrectPixels = 10; in CompareImages() local
329 if (pixelDiffs.size() < kMaxReportedIncorrectPixels) { in CompareImages()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp730 constexpr const uint32_t kMaxReportedIncorrectPixels = 5; in AreImagesSimilar() local
738 if (reportedIncorrectPixels < kMaxReportedIncorrectPixels) { in AreImagesSimilar()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp156 constexpr const uint32_t kMaxReportedIncorrectPixels = 10; in compareRGBAPixels() local
164 if (reportedIncorrectPixels < kMaxReportedIncorrectPixels) { in compareRGBAPixels()