Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DbufferCopy.cpp104 uint8_t* yTopRow = tgt + (cellRow*2) * strideLum; in fillNV21FromYUYV() local
105 uint8_t* yBotRow = yTopRow + strideLum; in fillNV21FromYUYV()
118 yTopRow[cellCol*2] = pTopMacroPixel->Y1; in fillNV21FromYUYV()
119 yTopRow[cellCol*2+1] = pTopMacroPixel->Y2; in fillNV21FromYUYV()