FFmpeg 5.1.2
|
VAAPI-specific data associated with a frame pool. More...
#include <libavutil/hwcontext_es.h>
Data Fields | ||
int | task_id | |
struct { | ||
int enabled | ||
AVVSVFormat format | ||
int width | ||
int height | ||
struct { | ||
int enabled | ||
int x | ||
int y | ||
int w | ||
int h | ||
} crop | ||
struct { | ||
int enabled | ||
int w | ||
int h | ||
} scale | ||
} | pic_info [5] | |
VAAPI-specific data associated with a frame pool.
Allocated as AVHWFramesContext.hwctx.
Definition at line 59 of file hwcontext_es.h.
int AVVSVFramesContext::task_id |
Definition at line 60 of file hwcontext_es.h.
int AVVSVFramesContext::enabled |
Definition at line 62 of file hwcontext_es.h.
AVVSVFormat AVVSVFramesContext::format |
Definition at line 63 of file hwcontext_es.h.
int AVVSVFramesContext::width |
Definition at line 64 of file hwcontext_es.h.
int AVVSVFramesContext::height |
Definition at line 65 of file hwcontext_es.h.
int AVVSVFramesContext::x |
Definition at line 68 of file hwcontext_es.h.
int AVVSVFramesContext::y |
Definition at line 69 of file hwcontext_es.h.
int AVVSVFramesContext::w |
Definition at line 70 of file hwcontext_es.h.
int AVVSVFramesContext::h |
Definition at line 71 of file hwcontext_es.h.
struct { ... } AVVSVFramesContext::crop |
struct { ... } AVVSVFramesContext::scale |
struct { ... } AVVSVFramesContext::pic_info[5] |