FFmpeg
Data Fields
SwsCompiledOp Struct Reference

#include <ops_dispatch.h>

Data Fields

union {
   SwsOpFunc   func
 
   SwsPassFunc   func_opaque
 
}; 
 
bool opaque
 If opaque is true, then func_opaque, priv and free are directly forwarded as SwsPass.run, SwsPass.priv and SwsPass.free respectively. More...
 
int slice_align
 
int cpu_flags
 
int block_size
 
int over_read
 
int over_write
 
void * priv
 
void(* free )(void *priv)
 

Detailed Description

Definition at line 75 of file ops_dispatch.h.

Field Documentation

◆ func

SwsOpFunc SwsCompiledOp::func

Definition at line 78 of file ops_dispatch.h.

Referenced by check_ops().

◆ func_opaque

SwsPassFunc SwsCompiledOp::func_opaque

Definition at line 79 of file ops_dispatch.h.

◆ @553

union { ... }

◆ opaque

bool SwsCompiledOp::opaque

If opaque is true, then func_opaque, priv and free are directly forwarded as SwsPass.run, SwsPass.priv and SwsPass.free respectively.

Definition at line 87 of file ops_dispatch.h.

◆ slice_align

int SwsCompiledOp::slice_align

Definition at line 90 of file ops_dispatch.h.

◆ cpu_flags

int SwsCompiledOp::cpu_flags

Definition at line 91 of file ops_dispatch.h.

◆ block_size

int SwsCompiledOp::block_size

Definition at line 94 of file ops_dispatch.h.

Referenced by check_ops().

◆ over_read

int SwsCompiledOp::over_read

Definition at line 95 of file ops_dispatch.h.

◆ over_write

int SwsCompiledOp::over_write

Definition at line 96 of file ops_dispatch.h.

◆ priv

void* SwsCompiledOp::priv

Definition at line 99 of file ops_dispatch.h.

Referenced by check_ops().

◆ free

void(* SwsCompiledOp::free) (void *priv)

Definition at line 100 of file ops_dispatch.h.


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