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