Searched refs:chromaSrc (Results 1 – 1 of 1) sorted by relevance
243 unsigned char *lumaSrc = NULL, *chromaSrc = NULL; in copyCroppedNV12() local256 chromaSrc = static_cast<unsigned char *>(bufferSrc) + uvoffset; in copyCroppedNV12()276 memcpy(chromaDst, chromaSrc, width); in copyCroppedNV12()277 chromaSrc += strideSrc; in copyCroppedNV12()