Libav
Data Structures | Variables
hwcontext_internal.h File Reference
#include <stddef.h>
#include "buffer.h"
#include "hwcontext.h"
#include "frame.h"
#include "pixfmt.h"

Go to the source code of this file.

Data Structures

struct  HWContextType
 
struct  AVHWDeviceInternal
 
struct  AVHWFramesInternal
 

Variables

const HWContextType ff_hwcontext_type_cuda
 
const HWContextType ff_hwcontext_type_dxva2
 
const HWContextType ff_hwcontext_type_qsv
 
const HWContextType ff_hwcontext_type_vaapi
 
const HWContextType ff_hwcontext_type_vdpau
 

Variable Documentation

◆ ff_hwcontext_type_cuda

const HWContextType ff_hwcontext_type_cuda

Definition at line 299 of file hwcontext_cuda.c.

◆ ff_hwcontext_type_dxva2

const HWContextType ff_hwcontext_type_dxva2

Definition at line 411 of file hwcontext_dxva2.c.

◆ ff_hwcontext_type_qsv

const HWContextType ff_hwcontext_type_qsv

Definition at line 772 of file hwcontext_qsv.c.

◆ ff_hwcontext_type_vaapi

const HWContextType ff_hwcontext_type_vaapi

Definition at line 974 of file hwcontext_vaapi.c.

◆ ff_hwcontext_type_vdpau

const HWContextType ff_hwcontext_type_vdpau

Definition at line 469 of file hwcontext_vdpau.c.