FFmpeg
Data Fields
ThresholdContext Struct Reference

#include <threshold.h>

Data Fields

const AVClassclass
 
int depth
 
int planes
 
int bpc
 
int nb_planes
 
int width [4]
 
int height [4]
 
void(* threshold )(const uint8_t *in, const uint8_t *threshold, const uint8_t *min, const uint8_t *max, uint8_t *out, ptrdiff_t ilinesize, ptrdiff_t tlinesize, ptrdiff_t flinesize, ptrdiff_t slinesize, ptrdiff_t olinesize, int w, int h)
 
AVFrameframes [4]
 
FFFrameSync fs
 

Detailed Description

Definition at line 27 of file threshold.h.

Field Documentation

◆ class

const AVClass* ThresholdContext::class

Definition at line 28 of file threshold.h.

◆ depth

int ThresholdContext::depth

Definition at line 30 of file threshold.h.

◆ planes

int ThresholdContext::planes

Definition at line 31 of file threshold.h.

◆ bpc

int ThresholdContext::bpc

Definition at line 32 of file threshold.h.

◆ nb_planes

int ThresholdContext::nb_planes

Definition at line 34 of file threshold.h.

◆ width

int ThresholdContext::width[4]

Definition at line 35 of file threshold.h.

◆ height

int ThresholdContext::height[4]

Definition at line 35 of file threshold.h.

◆ threshold

void(* ThresholdContext::threshold) (const uint8_t *in, const uint8_t *threshold, const uint8_t *min, const uint8_t *max, uint8_t *out, ptrdiff_t ilinesize, ptrdiff_t tlinesize, ptrdiff_t flinesize, ptrdiff_t slinesize, ptrdiff_t olinesize, int w, int h)

Definition at line 37 of file threshold.h.

◆ frames

AVFrame* ThresholdContext::frames[4]

Definition at line 45 of file threshold.h.

◆ fs

FFFrameSync ThresholdContext::fs

Definition at line 46 of file threshold.h.


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