Searched refs:g_pGPUMemAllocator (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/samples/gpu/ |
D | opticalflow_nvidia_api.cpp | 42 Ptr<INCVMemAllocator> g_pGPUMemAllocator; variable 408 …g_pGPUMemAllocator = Ptr<INCVMemAllocator> (new NCVMemNativeAllocator (NCVMemoryTypeDevice, stati… in main() 409 …ncvAssertPrintReturn (g_pGPUMemAllocator->isInitialized (), "Device memory allocator isn't initial… in main() 429 …Ptr<NCVMatrixAlloc<Ncv32f> > src (new NCVMatrixAlloc<Ncv32f> (*g_pGPUMemAllocator, src_host->width… in main() 432 …Ptr<NCVMatrixAlloc<Ncv32f> > dst (new NCVMatrixAlloc<Ncv32f> (*g_pGPUMemAllocator, src_host->width… in main() 445 SAFE_MAT_DECL (u, g_pGPUMemAllocator, width, height); in main() 446 SAFE_MAT_DECL (v, g_pGPUMemAllocator, width, height); in main() 448 SAFE_MAT_DECL (uBck, g_pGPUMemAllocator, width, height); in main() 449 SAFE_MAT_DECL (vBck, g_pGPUMemAllocator, width, height); in main() 457 if (NCV_SUCCESS != NCVBroxOpticalFlow (desc, *g_pGPUMemAllocator, *src, *dst, u, v, 0)) in main() [all …]
|