OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
accel_types.hpp File Reference
#include <limits>
#include <string>
#include "opencv2/gapi/own/exports.hpp"
Include dependency graph for accel_types.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  cv::gapi::wip::onevpl::Context
 
struct  cv::gapi::wip::onevpl::Device
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::gapi
 
namespace  cv::gapi::wip
 This namespace contains experimental G-API functionality, functions or structures in this namespace are subjects to change or removal in the future releases. This namespace also contains functions which API is not stabilized yet.
 
namespace  cv::gapi::wip::onevpl
 

Enumerations

enum class  cv::gapi::wip::onevpl::AccelType : uint8_t {
  cv::gapi::wip::onevpl::HOST ,
  cv::gapi::wip::onevpl::DX11 ,
  cv::gapi::wip::onevpl::VAAPI ,
  cv::gapi::wip::onevpl::LAST_VALUE = std::numeric_limits<uint8_t>::max()
}
 

Functions

Context cv::gapi::wip::onevpl::create_dx11_context (Context::Ptr ctx_ptr)
 
Device cv::gapi::wip::onevpl::create_dx11_device (Device::Ptr device_ptr, const std::string &device_name)
 
Context cv::gapi::wip::onevpl::create_host_context ()
 
Device cv::gapi::wip::onevpl::create_host_device ()
 
Context cv::gapi::wip::onevpl::create_vaapi_context (Context::Ptr ctx_ptr)
 
Device cv::gapi::wip::onevpl::create_vaapi_device (Device::Ptr device_ptr, const std::string &device_name)
 
const char * cv::gapi::wip::onevpl::to_cstring (AccelType type)