Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DbufferCopy.cpp89 for (unsigned cellCol = 0; cellCol < pDesc->width / 2; cellCol++) { in fillNV21FromYUYV() local
91 const YUYVpixel* pTopMacroPixel = (YUYVpixel*)&topSrcRow[cellCol]; in fillNV21FromYUYV()
92 const YUYVpixel* pBotMacroPixel = (YUYVpixel*)&botSrcRow[cellCol]; in fillNV21FromYUYV()
99 yTopRow[cellCol * 2] = pTopMacroPixel->Y1; in fillNV21FromYUYV()
100 yTopRow[cellCol * 2 + 1] = pTopMacroPixel->Y2; in fillNV21FromYUYV()
101 yBotRow[cellCol * 2] = pBotMacroPixel->Y1; in fillNV21FromYUYV()
102 yBotRow[cellCol * 2 + 1] = pBotMacroPixel->Y2; in fillNV21FromYUYV()
103 uvRow[cellCol * 2] = uValue; in fillNV21FromYUYV()
104 uvRow[cellCol * 2 + 1] = vValue; in fillNV21FromYUYV()
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DbufferCopy.cpp102 for (unsigned cellCol = 0; cellCol < pDesc->width / 2; cellCol++) { in fillNV21FromYUYV() local
104 const YUYVpixel* pTopMacroPixel = (YUYVpixel*)&topSrcRow[cellCol]; in fillNV21FromYUYV()
105 const YUYVpixel* pBotMacroPixel = (YUYVpixel*)&botSrcRow[cellCol]; in fillNV21FromYUYV()
112 yTopRow[cellCol * 2] = pTopMacroPixel->Y1; in fillNV21FromYUYV()
113 yTopRow[cellCol * 2 + 1] = pTopMacroPixel->Y2; in fillNV21FromYUYV()
114 yBotRow[cellCol * 2] = pBotMacroPixel->Y1; in fillNV21FromYUYV()
115 yBotRow[cellCol * 2 + 1] = pBotMacroPixel->Y2; in fillNV21FromYUYV()
116 uvRow[cellCol * 2] = uValue; in fillNV21FromYUYV()
117 uvRow[cellCol * 2 + 1] = vValue; in fillNV21FromYUYV()