FFmpeg
Data Fields
NegateContext Struct Reference

Data Fields

const AVClassclass
 
int negate_alpha
 
int max
 
int requested_components
 
int components
 
int planes
 
int step
 
int nb_planes
 
int linesize [4]
 
int width [4]
 
int height [4]
 
uint8_t rgba_map [4]
 
void(* negate )(const uint8_t *src, uint8_t *dst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components)
 

Detailed Description

Definition at line 41 of file vf_negate.c.

Field Documentation

◆ class

const AVClass* NegateContext::class

Definition at line 42 of file vf_negate.c.

◆ negate_alpha

int NegateContext::negate_alpha

Definition at line 43 of file vf_negate.c.

◆ max

int NegateContext::max

Definition at line 44 of file vf_negate.c.

◆ requested_components

int NegateContext::requested_components

Definition at line 45 of file vf_negate.c.

◆ components

int NegateContext::components

Definition at line 46 of file vf_negate.c.

◆ planes

int NegateContext::planes

Definition at line 47 of file vf_negate.c.

◆ step

int NegateContext::step

Definition at line 48 of file vf_negate.c.

◆ nb_planes

int NegateContext::nb_planes

Definition at line 49 of file vf_negate.c.

◆ linesize

int NegateContext::linesize[4]

Definition at line 50 of file vf_negate.c.

◆ width

int NegateContext::width[4]

Definition at line 51 of file vf_negate.c.

◆ height

int NegateContext::height[4]

Definition at line 52 of file vf_negate.c.

◆ rgba_map

uint8_t NegateContext::rgba_map[4]

Definition at line 53 of file vf_negate.c.

◆ negate

void(* NegateContext::negate) (const uint8_t *src, uint8_t *dst, ptrdiff_t slinesize, ptrdiff_t dlinesize, int w, int h, int max, int step, int components)

Definition at line 55 of file vf_negate.c.


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