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

Data Fields

const AVClassclass
 
int w
 
int h
 
AVRational frame_rate
 
char * colors
 
int nb_channels
 
int depth
 
uint8_tfg
 
uint64_t counter [64]
 

Detailed Description

Definition at line 32 of file avf_abitscope.c.

Field Documentation

const AVClass* AudioBitScopeContext::class

Definition at line 33 of file avf_abitscope.c.

int AudioBitScopeContext::w

Definition at line 34 of file avf_abitscope.c.

Referenced by config_output().

int AudioBitScopeContext::h

Definition at line 34 of file avf_abitscope.c.

Referenced by config_output().

AVRational AudioBitScopeContext::frame_rate

Definition at line 35 of file avf_abitscope.c.

Referenced by config_input(), and config_output().

char* AudioBitScopeContext::colors

Definition at line 36 of file avf_abitscope.c.

Referenced by config_input().

int AudioBitScopeContext::nb_channels

Definition at line 38 of file avf_abitscope.c.

Referenced by config_input().

int AudioBitScopeContext::depth

Definition at line 39 of file avf_abitscope.c.

Referenced by config_input().

uint8_t* AudioBitScopeContext::fg

Definition at line 40 of file avf_abitscope.c.

Referenced by config_input(), and filter_frame().

uint64_t AudioBitScopeContext::counter[64]

Definition at line 42 of file avf_abitscope.c.

Referenced by count_bits(), and filter_frame().


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