Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ anonymous enum
| Enumerator | 
|---|
| X  |  | 
| Y  |  | 
| W  |  | 
| H  |  | 
| NB_PARAMS  |  | 
Definition at line 26 of file vf_addroi.c.
 
 
◆ anonymous enum
| Enumerator | 
|---|
| VAR_IW  |  | 
| VAR_IH  |  | 
| NB_VARS  |  | 
Definition at line 34 of file vf_addroi.c.
 
 
◆ addroi_config_input()
◆ addroi_filter_frame()
◆ addroi_init()
◆ addroi_uninit()
◆ AVFILTER_DEFINE_CLASS()
      
        
          | AVFILTER_DEFINE_CLASS  | 
          ( | 
          addroi  | 
           | ) | 
           | 
        
      
 
 
◆ addroi_param_names
  
  
      
        
          | const char addroi_param_names[] | 
         
       
   | 
  
static   | 
  
 
 
◆ addroi_var_names
  
  
      
        
          | const char* const addroi_var_names[] | 
         
       
   | 
  
static   | 
  
 
 
◆ addroi_options
Initial value:= {
    { "x", "Region distance from left edge of frame.",
    { "y", "Region distance from top edge of frame.",
    { "w", "Region width.",
    { "h", "Region height.",
 
    { "qoffset", "Quantisation offset to apply in the region.",
 
    { "clear", "Remove any existing regions of interest before adding the new one.",
 
}
 
Definition at line 221 of file vf_addroi.c.
 
 
◆ addroi_inputs
Initial value:= {
    {
        .name         = "default",
    },
}
 
Definition at line 242 of file vf_addroi.c.
 
 
◆ ff_vf_addroi
Initial value:= {
    .p.name        = "addroi",
    .p.priv_class  = &addroi_class,
 
 
 
}
 
Definition at line 251 of file vf_addroi.c.