FFmpeg
Data Fields
SwsUOpEntry 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 SwsUOpEntry::uop

Definition at line 124 of file ops_chain.h.

◆ type

SwsPixelType SwsUOpEntry::type

Definition at line 125 of file ops_chain.h.

◆ mask

SwsCompMask SwsUOpEntry::mask

Definition at line 126 of file ops_chain.h.

◆ par

SwsUOpParams SwsUOpEntry::par

Definition at line 127 of file ops_chain.h.

◆ func

SwsFuncPtr SwsUOpEntry::func

Definition at line 130 of file ops_chain.h.

Referenced by ff_sws_uop_lookup().

◆ setup

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

Definition at line 131 of file ops_chain.h.

Referenced by ff_sws_uop_lookup().

◆ check

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

Definition at line 132 of file ops_chain.h.


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