Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/
DbufferCopy.cpp98 for (unsigned cellCol = 0; cellCol < pDesc->width/2; cellCol++) { in fillNV21FromYUYV() local
100 const YUYVpixel* pTopMacroPixel = (YUYVpixel*)&topSrcRow[cellCol]; in fillNV21FromYUYV()
101 const YUYVpixel* pBotMacroPixel = (YUYVpixel*)&botSrcRow[cellCol]; in fillNV21FromYUYV()
108 yTopRow[cellCol*2] = pTopMacroPixel->Y1; in fillNV21FromYUYV()
109 yTopRow[cellCol*2+1] = pTopMacroPixel->Y2; in fillNV21FromYUYV()
110 yBotRow[cellCol*2] = pBotMacroPixel->Y1; in fillNV21FromYUYV()
111 yBotRow[cellCol*2+1] = pBotMacroPixel->Y2; in fillNV21FromYUYV()
112 uvRow[cellCol*2] = uValue; in fillNV21FromYUYV()
113 uvRow[cellCol*2+1] = vValue; in fillNV21FromYUYV()