FFmpeg 5.1.2
Loading...
Searching...
No Matches
Data Fields
AVVSVFramesContext Struct Reference

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] 
 

Detailed Description

VAAPI-specific data associated with a frame pool.

Allocated as AVHWFramesContext.hwctx.

Definition at line 59 of file hwcontext_es.h.

Field Documentation

◆ task_id

int AVVSVFramesContext::task_id

Definition at line 60 of file hwcontext_es.h.

◆ enabled

int AVVSVFramesContext::enabled

Definition at line 62 of file hwcontext_es.h.

◆ format

AVVSVFormat AVVSVFramesContext::format

Definition at line 63 of file hwcontext_es.h.

◆ width

int AVVSVFramesContext::width

Definition at line 64 of file hwcontext_es.h.

◆ height

int AVVSVFramesContext::height

Definition at line 65 of file hwcontext_es.h.

◆ x

int AVVSVFramesContext::x

Definition at line 68 of file hwcontext_es.h.

◆ y

int AVVSVFramesContext::y

Definition at line 69 of file hwcontext_es.h.

◆ w

int AVVSVFramesContext::w

Definition at line 70 of file hwcontext_es.h.

◆ h

int AVVSVFramesContext::h

Definition at line 71 of file hwcontext_es.h.

◆ [struct]

struct { ... } AVVSVFramesContext::crop

◆ [struct]

struct { ... } AVVSVFramesContext::scale

◆ [struct]

struct { ... } AVVSVFramesContext::pic_info[5]

The documentation for this struct was generated from the following file: