Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DFormatConvert.cpp150 uint32_t srcPixel = *srcWords++; in copyYUYVtoRGB32() local
152 uint8_t Y1 = (srcPixel) & 0xFF; in copyYUYVtoRGB32()
153 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32()
154 uint8_t Y2 = (srcPixel >> 16) & 0xFF; in copyYUYVtoRGB32()
155 uint8_t V = (srcPixel >> 24) & 0xFF; in copyYUYVtoRGB32()