Functions | |
CV_EXPORTS Context & | initializeContextFromVA (VADisplay display, bool tryInterop=true) |
Creates OpenCL context from VA. More... | |
CV_EXPORTS Context& cv::va_intel::ocl::initializeContextFromVA | ( | VADisplay | display, |
bool | tryInterop = true |
||
) |
Creates OpenCL context from VA.
display | - VADisplay for which CL interop should be established. |
tryInterop | - try to set up for interoperability, if true; set up for use slow copy if false. |