FFmpeg
Data Fields
ALACContext Struct Reference

Data Fields

 
 
int  channels
 
 
 
 
 
 
 
 
 
int  extra_bits
  number of extra bits beyond 16-bit
 
int  nb_samples
  number of samples in the current frame
 
 

Detailed Description

Definition at line 60 of file alac.c.

Field Documentation

AVCodecContext* ALACContext::avctx

Definition at line 61 of file alac.c.

Referenced by alac_decode_init(), alac_set_info(), allocate_buffers(), init_thread_copy(), and rice_decompress().

GetBitContext ALACContext::gb

Definition at line 62 of file alac.c.

Referenced by alac_decode_frame(), decode_element(), and rice_decompress().

int ALACContext::channels

Definition at line 63 of file alac.c.

Referenced by alac_decode_close(), alac_decode_frame(), alac_decode_init(), alac_set_info(), allocate_buffers(), and decode_element().

int32_t* ALACContext::predict_error_buffer[2]

Definition at line 65 of file alac.c.

Referenced by alac_decode_close(), allocate_buffers(), and decode_element().

int32_t* ALACContext::output_samples_buffer[2]

Definition at line 66 of file alac.c.

Referenced by alac_decode_close(), allocate_buffers(), and decode_element().

int32_t* ALACContext::extra_bits_buffer[2]

Definition at line 67 of file alac.c.

Referenced by alac_decode_close(), allocate_buffers(), and decode_element().

uint32_t ALACContext::max_samples_per_frame

Definition at line 69 of file alac.c.

Referenced by alac_set_info(), allocate_buffers(), and decode_element().

uint8_t ALACContext::sample_size

Definition at line 70 of file alac.c.

Referenced by alac_decode_init(), alac_set_info(), allocate_buffers(), and decode_element().

uint8_t ALACContext::rice_history_mult

Definition at line 71 of file alac.c.

Referenced by alac_set_info(), and decode_element().

uint8_t ALACContext::rice_initial_history

Definition at line 72 of file alac.c.

Referenced by alac_set_info(), and rice_decompress().

uint8_t ALACContext::rice_limit

Definition at line 73 of file alac.c.

Referenced by alac_set_info(), and rice_decompress().

int ALACContext::extra_bits

number of extra bits beyond 16-bit

Definition at line 75 of file alac.c.

Referenced by decode_element().

int ALACContext::nb_samples

number of samples in the current frame

Definition at line 76 of file alac.c.

Referenced by alac_decode_frame(), and decode_element().

int ALACContext::direct_output

Definition at line 78 of file alac.c.

Referenced by alac_decode_close(), allocate_buffers(), and decode_element().


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

Generated on Sun Mar 23 2014 23:50:35 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /