Searched refs:g_pHostMemAllocator (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/samples/gpu/ |
D | opticalflow_nvidia_api.cpp | 43 Ptr<INCVMemAllocator> g_pHostMemAllocator; variable 88 …dst = Ptr<NCVMatrixAlloc<Ncv32f> > (new NCVMatrixAlloc<Ncv32f> (*g_pHostMemAllocator, image->width… in CopyData() 191 NCVMatrixAlloc<Ncv32f> host_u(*g_pHostMemAllocator, u.width(), u.height()); in ShowFlow() 194 NCVMatrixAlloc<Ncv32f> host_v (*g_pHostMemAllocator, u.width (), u.height ()); in ShowFlow() 411 …g_pHostMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeHostPageable,… in main() 412 …ncvAssertPrintReturn (g_pHostMemAllocator->isInitialized (), "Host memory allocator isn't initiali… in main() 451 SAFE_MAT_DECL (h_r, g_pHostMemAllocator, width, height); in main() 452 SAFE_MAT_DECL (h_g, g_pHostMemAllocator, width, height); in main() 453 SAFE_MAT_DECL (h_b, g_pHostMemAllocator, width, height); in main()
|