Searched refs:srcRowPixels (Results 1 – 1 of 1) sorted by relevance
95 const unsigned srcRowPixels = imgStride/4; // imgStride is in units of bytes in fillNV21FromYUYV() local96 const unsigned srcRowDoubleStep = srcRowPixels * 2; in fillNV21FromYUYV()98 uint32_t* botSrcRow = srcDataYUYV + srcRowPixels; in fillNV21FromYUYV()