FFmpeg
Data Fields
SwsOpEntry Struct Reference

#include <ops_chain.h>

Data Fields

SwsUOpType uop
 
SwsPixelType type
 
SwsCompMask mask
 
SwsUOpParams par
 
SwsFuncPtr func
 
int(* setup )(const SwsImplParams *params, SwsImplResult *out)
 
bool(* check )(const SwsImplParams *params)
 

Detailed Description

Definition at line 122 of file ops_chain.h.

Field Documentation

◆ uop

SwsUOpType SwsOpEntry::uop

Definition at line 124 of file ops_chain.h.

◆ type

SwsPixelType SwsOpEntry::type

Definition at line 125 of file ops_chain.h.

◆ mask

SwsCompMask SwsOpEntry::mask

Definition at line 126 of file ops_chain.h.

◆ par

SwsUOpParams SwsOpEntry::par

Definition at line 127 of file ops_chain.h.

◆ func

SwsFuncPtr SwsOpEntry::func

Definition at line 130 of file ops_chain.h.

Referenced by ff_sws_uop_lookup().

◆ setup

int(* SwsOpEntry::setup) (const SwsImplParams *params, SwsImplResult *out)

Definition at line 131 of file ops_chain.h.

Referenced by ff_sws_uop_lookup().

◆ check

bool(* SwsOpEntry::check) (const SwsImplParams *params)

Definition at line 132 of file ops_chain.h.


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