Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/
DbufferCopy.cpp85 const unsigned srcRowPixels = imgStride/4; // imgStride is in units of bytes in fillNV21FromYUYV() local
86 const unsigned srcRowDoubleStep = srcRowPixels * 2; in fillNV21FromYUYV()
88 uint32_t* botSrcRow = srcDataYUYV + srcRowPixels; in fillNV21FromYUYV()