Searched refs:dstUV (Results 1 – 1 of 1) sorted by relevance
618 uint8_t *srcUV, *dstUV; in doActionCopy() local623 dstUV = pDestBuffer + destImage.offsets[1]; in doActionCopy()632 memcpy(dstUV, srcUV, width); in doActionCopy()634 dstUV += destImage.pitches[1]; in doActionCopy()