OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
va_intel.hpp File Reference
#include "opencv2/core.hpp"
#include "ocl.hpp"
Include dependency graph for va_intel.hpp:

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::va_intel
 
namespace  cv::va_intel::ocl
 

Typedefs

typedef void * VADisplay
 
typedef unsigned int VASurfaceID
 

Functions

void cv::va_intel::convertFromVASurface (VADisplay display, VASurfaceID surface, Size size, OutputArray dst)
 Converts VASurfaceID object to OutputArray.
 
void cv::va_intel::convertToVASurface (VADisplay display, InputArray src, VASurfaceID surface, Size size)
 Converts InputArray to VASurfaceID object.
 
Contextcv::va_intel::ocl::initializeContextFromVA (VADisplay display, bool tryInterop=true)
 Creates OpenCL context from VA.
 

Typedef Documentation

◆ VADisplay

typedef void* VADisplay

◆ VASurfaceID

typedef unsigned int VASurfaceID