Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/common/utils/default/
DFormatConvert.cpp157 uint32_t srcPixel = *srcWords++; in copyYUYVtoRGB32() local
159 uint8_t Y1 = (srcPixel) & 0xFF; in copyYUYVtoRGB32()
160 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32()
161 uint8_t Y2 = (srcPixel >> 16) & 0xFF; in copyYUYVtoRGB32()
162 uint8_t V = (srcPixel >> 24) & 0xFF; in copyYUYVtoRGB32()