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