Home
last modified time | relevance | path

Searched refs:dstUV (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp618 uint8_t *srcUV, *dstUV; in doActionCopy() local
623 dstUV = pDestBuffer + destImage.offsets[1]; in doActionCopy()
632 memcpy(dstUV, srcUV, width); in doActionCopy()
634 dstUV += destImage.pitches[1]; in doActionCopy()