FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ColorChannelMixerContext Struct Reference

Data Fields

const AVClassclass
 
double rr
 
double rg
 
double rb
 
double ra
 
double gr
 
double gg
 
double gb
 
double ga
 
double br
 
double bg
 
double bb
 
double ba
 
double ar
 
double ag
 
double ab
 
double aa
 
int * lut [4][4]
 
int * buffer
 
uint8_t rgba_map [4]
 

Detailed Description

Definition at line 33 of file vf_colorchannelmixer.c.

Field Documentation

const AVClass* ColorChannelMixerContext::class

Definition at line 34 of file vf_colorchannelmixer.c.

double ColorChannelMixerContext::rr

Definition at line 35 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::rg

Definition at line 35 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::rb

Definition at line 35 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::ra

Definition at line 35 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::gr

Definition at line 36 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::gg

Definition at line 36 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::gb

Definition at line 36 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::ga

Definition at line 36 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::br

Definition at line 37 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::bg

Definition at line 37 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::bb

Definition at line 37 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::ba

Definition at line 37 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::ar

Definition at line 38 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::ag

Definition at line 38 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::ab

Definition at line 38 of file vf_colorchannelmixer.c.

Referenced by config_output().

double ColorChannelMixerContext::aa

Definition at line 38 of file vf_colorchannelmixer.c.

Referenced by config_output().

int* ColorChannelMixerContext::lut[4][4]

Definition at line 40 of file vf_colorchannelmixer.c.

Referenced by config_output(), and filter_frame().

int* ColorChannelMixerContext::buffer

Definition at line 42 of file vf_colorchannelmixer.c.

Referenced by config_output(), and uninit().

uint8_t ColorChannelMixerContext::rgba_map[4]

Definition at line 44 of file vf_colorchannelmixer.c.

Referenced by config_output(), and filter_frame().


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