FFmpeg
Data Fields
AudioHistogramContext Struct Reference

Data Fields

const AVClassclass
 
AVFrameout
 
int w
 
int h
 
AVRational frame_rate
 
uint64_t * achistogram
 
uint64_t * shistogram
 
int ascale
 
int scale
 
float phisto
 
int histogram_h
 
int apos
 
int ypos
 
int slide
 
int dmode
 
int hmode
 
int dchannels
 
int count
 
int frame_count
 
floatcombine_buffer
 
AVFramein [101]
 
int first
 
int nb_samples
 
int(* get_bin )(float in, int w)
 

Detailed Description

Definition at line 36 of file avf_ahistogram.c.

Field Documentation

◆ class

const AVClass* AudioHistogramContext::class

Definition at line 37 of file avf_ahistogram.c.

◆ out

AVFrame* AudioHistogramContext::out

Definition at line 38 of file avf_ahistogram.c.

◆ w

int AudioHistogramContext::w

Definition at line 39 of file avf_ahistogram.c.

◆ h

int AudioHistogramContext::h

Definition at line 39 of file avf_ahistogram.c.

◆ frame_rate

AVRational AudioHistogramContext::frame_rate

Definition at line 40 of file avf_ahistogram.c.

◆ achistogram

uint64_t* AudioHistogramContext::achistogram

Definition at line 41 of file avf_ahistogram.c.

◆ shistogram

uint64_t* AudioHistogramContext::shistogram

Definition at line 42 of file avf_ahistogram.c.

◆ ascale

int AudioHistogramContext::ascale

Definition at line 43 of file avf_ahistogram.c.

◆ scale

int AudioHistogramContext::scale

Definition at line 44 of file avf_ahistogram.c.

◆ phisto

float AudioHistogramContext::phisto

Definition at line 45 of file avf_ahistogram.c.

◆ histogram_h

int AudioHistogramContext::histogram_h

Definition at line 46 of file avf_ahistogram.c.

◆ apos

int AudioHistogramContext::apos

Definition at line 47 of file avf_ahistogram.c.

◆ ypos

int AudioHistogramContext::ypos

Definition at line 48 of file avf_ahistogram.c.

◆ slide

int AudioHistogramContext::slide

Definition at line 49 of file avf_ahistogram.c.

◆ dmode

int AudioHistogramContext::dmode

Definition at line 50 of file avf_ahistogram.c.

◆ hmode

int AudioHistogramContext::hmode

Definition at line 51 of file avf_ahistogram.c.

◆ dchannels

int AudioHistogramContext::dchannels

Definition at line 52 of file avf_ahistogram.c.

◆ count

int AudioHistogramContext::count

Definition at line 53 of file avf_ahistogram.c.

◆ frame_count

int AudioHistogramContext::frame_count

Definition at line 54 of file avf_ahistogram.c.

◆ combine_buffer

float* AudioHistogramContext::combine_buffer

Definition at line 55 of file avf_ahistogram.c.

◆ in

AVFrame* AudioHistogramContext::in[101]

Definition at line 56 of file avf_ahistogram.c.

◆ first

int AudioHistogramContext::first

Definition at line 57 of file avf_ahistogram.c.

◆ nb_samples

int AudioHistogramContext::nb_samples

Definition at line 58 of file avf_ahistogram.c.

◆ get_bin

int(* AudioHistogramContext::get_bin) (float in, int w)

Definition at line 60 of file avf_ahistogram.c.


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