Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp243 unsigned char *lumaSrc = NULL, *chromaSrc = NULL; in copyCroppedNV12() local
255 lumaSrc = static_cast<unsigned char *>(bufferSrc) + offset; in copyCroppedNV12()
268 memcpy(lumaDst, lumaSrc, width); in copyCroppedNV12()
269 lumaSrc += strideSrc; in copyCroppedNV12()