FLACContext Struct Reference


Data Fields

FLACSTREAMINFO AVCodecContextavctx
 parent AVCodecContext
AVFrame frame
GetBitContext gb
 GetBitContext initialized to start at the current frame.
int blocksize
 number of samples in the current frame
int curr_bps
 bps for current subframe, adjusted for channel correlation and wasted bits
int sample_shift
 shift required to make output samples 16-bit or 32-bit
int is32
 flag to indicate if output should be 32-bit instead of 16-bit
int ch_mode
 channel decorrelation type in the current frame
int got_streaminfo
 indicates if the STREAMINFO has been read
int32_t * decoded [FLAC_MAX_CHANNELS]
 decoded samples

Detailed Description

Definition at line 48 of file flacdec.c.


Field Documentation

number of samples in the current frame

Definition at line 55 of file flacdec.c.

Referenced by decode_frame(), decode_residuals(), decode_subframe(), decode_subframe_fixed(), decode_subframe_lpc(), and flac_decode_frame().

channel decorrelation type in the current frame

Definition at line 59 of file flacdec.c.

Referenced by decode_frame(), decode_subframe(), and flac_decode_frame().

bps for current subframe, adjusted for channel correlation and wasted bits

Definition at line 56 of file flacdec.c.

Referenced by decode_subframe(), decode_subframe_fixed(), and decode_subframe_lpc().

int32_t* FLACContext::decoded[FLAC_MAX_CHANNELS]

Definition at line 52 of file flacdec.c.

Referenced by flac_decode_frame().

GetBitContext initialized to start at the current frame.

Definition at line 53 of file flacdec.c.

Referenced by decode_frame(), decode_residuals(), decode_subframe(), decode_subframe_fixed(), decode_subframe_lpc(), and flac_decode_frame().

indicates if the STREAMINFO has been read

Definition at line 60 of file flacdec.c.

Referenced by decode_frame(), and flac_decode_frame().

flag to indicate if output should be 32-bit instead of 16-bit

Definition at line 58 of file flacdec.c.

Referenced by decode_frame(), and flac_decode_frame().

shift required to make output samples 16-bit or 32-bit

Definition at line 57 of file flacdec.c.

Referenced by decode_frame(), and flac_decode_frame().


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

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8