Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp235 unsigned int strideSrc, in copyCroppedNV12() argument
252 uvoffset = strideSrc * crop.height(); in copyCroppedNV12()
253 uvoffset += (offset - (offset % strideSrc)) / 2 + (offset % strideSrc); in copyCroppedNV12()
269 lumaSrc += strideSrc; in copyCroppedNV12()
277 chromaSrc += strideSrc; in copyCroppedNV12()