Searched refs:lumaDst (Results 1 – 1 of 1) sorted by relevance
244 unsigned char *lumaDst = NULL, *chromaDst = NULL; in copyCroppedNV12() local263 lumaDst = static_cast<unsigned char *>(bufferDst); in copyCroppedNV12()268 memcpy(lumaDst, lumaSrc, width); in copyCroppedNV12()270 lumaDst += strideDst; in copyCroppedNV12()