Home
last modified time | relevance | path

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

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