Searched refs:dstUV (Results 1 – 1 of 1) sorted by relevance
633 uint8_t *srcUV, *dstUV; in doActionCopy() local638 dstUV = pDestBuffer + destImage.offsets[1]; in doActionCopy()647 memcpy(dstUV, srcUV, width); in doActionCopy()649 dstUV += destImage.pitches[1]; in doActionCopy()