Searched refs:lumaSrc (Results 1 – 1 of 1) sorted by relevance
243 unsigned char *lumaSrc = NULL, *chromaSrc = NULL; in copyCroppedNV12() local255 lumaSrc = static_cast<unsigned char *>(bufferSrc) + offset; in copyCroppedNV12()268 memcpy(lumaDst, lumaSrc, width); in copyCroppedNV12()269 lumaSrc += strideSrc; in copyCroppedNV12()