Searched refs:expectedPixel (Results 1 – 2 of 2) sorted by relevance
500 uint32_t expectedPixel = 0xFF0000FF | // MSB and LSB in fillTestFrame() local505 expectedPixel = (sFrameTicker) & 0xFF; in fillTestFrame()508 pixels[col] = expectedPixel; in fillTestFrame()
280 uint32_t expectedPixel = 0xFF0000FF | // MSB and LSB in returnTargetBufferForDisplay() local289 if (receivedPixel != expectedPixel) { in returnTargetBufferForDisplay()