Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dcuda_stream_accessor.hpp77 struct EventAccessor struct
Dcuda.hpp532 friend struct EventAccessor;
/external/opencv3/modules/core/src/
Dcuda_stream.cpp446 cudaSafeCall( cudaStreamWaitEvent(impl_->stream, EventAccessor::getEvent(event), 0) ); in waitEvent()
712 cudaEvent_t cv::cuda::EventAccessor::getEvent(const Event& event) in getEvent()