Variables | |
int | AC3DecodeContext::frame_type |
frame type (strmtyp) | |
int | AC3DecodeContext::substreamid |
substream identification | |
int | AC3DecodeContext::frame_size |
current frame size, in bytes | |
int | AC3DecodeContext::bit_rate |
stream bit rate, in bits-per-second | |
int | AC3DecodeContext::sample_rate |
sample frequency, in Hz | |
int | AC3DecodeContext::num_blocks |
number of audio blocks | |
int | AC3DecodeContext::channel_mode |
channel mode (acmod) | |
int | AC3DecodeContext::lfe_on |
lfe channel in use | |
int | AC3DecodeContext::channel_map |
custom channel map | |
int | AC3DecodeContext::center_mix_level |
Center mix level index. | |
int | AC3DecodeContext::surround_mix_level |
Surround mix level index. | |
int | AC3DecodeContext::eac3 |
indicates if current frame is E-AC-3 |
int AC3DecodeContext::bit_rate [inherited] |
stream bit rate, in bits-per-second
Definition at line 57 of file ac3dec.h.
Referenced by ac3_decode_frame(), and parse_frame_header().
int AC3DecodeContext::center_mix_level [inherited] |
Center mix level index.
Definition at line 63 of file ac3dec.h.
Referenced by ff_eac3_parse_header(), parse_frame_header(), and set_downmix_coeffs().
int AC3DecodeContext::channel_map [inherited] |
int AC3DecodeContext::channel_mode [inherited] |
channel mode (acmod)
Definition at line 60 of file ac3dec.h.
Referenced by ac3_decode_frame(), ac3_parse_header(), ac3_upmix_delay(), decode_audio_block(), ff_eac3_parse_header(), parse_frame_header(), and set_downmix_coeffs().
int AC3DecodeContext::eac3 [inherited] |
indicates if current frame is E-AC-3
Definition at line 65 of file ac3dec.h.
Referenced by decode_audio_block(), and parse_frame_header().
int AC3DecodeContext::frame_size [inherited] |
current frame size, in bytes
Definition at line 56 of file ac3dec.h.
Referenced by ac3_decode_frame(), ff_eac3_parse_header(), and parse_frame_header().
int AC3DecodeContext::frame_type [inherited] |
frame type (strmtyp)
Definition at line 54 of file ac3dec.h.
Referenced by ac3_decode_frame(), decode_audio_block(), ff_eac3_parse_header(), and parse_frame_header().
int AC3DecodeContext::lfe_on [inherited] |
lfe channel in use
Definition at line 61 of file ac3dec.h.
Referenced by ac3_decode_frame(), ff_eac3_parse_header(), and parse_frame_header().
int AC3DecodeContext::num_blocks [inherited] |
number of audio blocks
Definition at line 59 of file ac3dec.h.
Referenced by ac3_decode_frame(), ff_eac3_parse_header(), and parse_frame_header().
int AC3DecodeContext::sample_rate [inherited] |
sample frequency, in Hz
Definition at line 58 of file ac3dec.h.
Referenced by ac3_decode_frame(), and parse_frame_header().
int AC3DecodeContext::substreamid [inherited] |
substream identification
Definition at line 55 of file ac3dec.h.
Referenced by ac3_decode_frame(), ff_eac3_parse_header(), and parse_frame_header().
int AC3DecodeContext::surround_mix_level [inherited] |
Surround mix level index.
Definition at line 64 of file ac3dec.h.
Referenced by ff_eac3_parse_header(), parse_frame_header(), and set_downmix_coeffs().