FFmpeg
|
#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 |
const HWContextType ff_hwcontext_type_cuda |
Definition at line 304 of file hwcontext_cuda.c.
const HWContextType ff_hwcontext_type_dxva2 |
Definition at line 422 of file hwcontext_dxva2.c.
const HWContextType ff_hwcontext_type_qsv |
Definition at line 771 of file hwcontext_qsv.c.
const HWContextType ff_hwcontext_type_vaapi |
Definition at line 918 of file hwcontext_vaapi.c.
const HWContextType ff_hwcontext_type_vdpau |
Definition at line 470 of file hwcontext_vdpau.c.