Home
last modified time | relevance | path

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

/external/opencv3/modules/rsobjdetect/src/
Dinnerloop.cpp61 sp<Allocation> inAllocation; in innerloops() local
66 inAllocation = Allocation::createTyped(rs,t); in innerloops()
67 inAllocation->copy1DRangeFrom(0,width*height,inArr); in innerloops()
68 sc->set_inAlloc(inAllocation); in innerloops()
80 sc->forEach_runAtHaarKernel(inAllocation, outAllocation); in innerloops()