HomeSort by relevance Sort by last modified time
    Searched refs:USER_ALLOCATED (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 90 u->flags |= UMatData::USER_ALLOCATED;
118 if ( !(u->flags & UMatData::USER_ALLOCATED) )
ocl.cpp     [all...]
matrix.cpp 195 u->flags |= UMatData::USER_ALLOCATED;
215 if( !(u->flags & UMatData::USER_ALLOCATED) )
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
mat.hpp 468 USER_ALLOCATED=32, DEVICE_MEM_MAPPED=64};
    [all...]

Completed in 125 milliseconds