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_vaapi |
const HWContextType | ff_hwcontext_type_vdpau |
const HWContextType ff_hwcontext_type_cuda |
Definition at line 299 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_vaapi |
Definition at line 948 of file hwcontext_vaapi.c.
const HWContextType ff_hwcontext_type_vdpau |
Definition at line 469 of file hwcontext_vdpau.c.