RetroArch
Public Attributes | List of all members
FLAC__StreamDecoderPrivate Struct Reference
Collaboration diagram for FLAC__StreamDecoderPrivate:
[legend]

Public Attributes

FLAC__bool is_ogg
 
FLAC__StreamDecoderReadCallback read_callback
 
FLAC__StreamDecoderSeekCallback seek_callback
 
FLAC__StreamDecoderTellCallback tell_callback
 
FLAC__StreamDecoderLengthCallback length_callback
 
FLAC__StreamDecoderEofCallback eof_callback
 
FLAC__StreamDecoderWriteCallback write_callback
 
FLAC__StreamDecoderMetadataCallback metadata_callback
 
FLAC__StreamDecoderErrorCallback error_callback
 
void(* local_lpc_restore_signal )(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[])
 
void(* local_lpc_restore_signal_64bit )(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[])
 
void(* local_lpc_restore_signal_16bit )(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[])
 
voidclient_data
 
FILEfile
 
FLAC__BitReaderinput
 
FLAC__int32output [FLAC__MAX_CHANNELS]
 
FLAC__int32residual [FLAC__MAX_CHANNELS]
 
FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents [FLAC__MAX_CHANNELS]
 
unsigned output_capacity
 
unsigned output_channels
 
FLAC__uint32 fixed_block_size
 
FLAC__uint32 next_fixed_block_size
 
FLAC__uint64 samples_decoded
 
FLAC__bool has_stream_info
 
FLAC__bool has_seek_table
 
FLAC__StreamMetadata stream_info
 
FLAC__StreamMetadata seek_table
 
FLAC__bool metadata_filter [128]
 
FLAC__bytemetadata_filter_ids
 
size_t metadata_filter_ids_count
 
size_t metadata_filter_ids_capacity
 
FLAC__Frame frame
 
FLAC__bool cached
 
FLAC__CPUInfo cpuinfo
 
FLAC__byte header_warmup [2]
 
FLAC__byte lookahead
 
FLAC__int32residual_unaligned [FLAC__MAX_CHANNELS]
 
FLAC__bool do_md5_checking
 
FLAC__bool internal_reset_hack
 
FLAC__bool is_seeking
 
FLAC__MD5Context md5context
 
FLAC__byte computed_md5sum [16]
 
FLAC__Frame last_frame
 
FLAC__uint64 first_frame_offset
 
FLAC__uint64 target_sample
 
unsigned unparseable_frame_count
 
FLAC__bool got_a_frame
 

Member Data Documentation

◆ cached

FLAC__bool FLAC__StreamDecoderPrivate::cached

◆ client_data

void* FLAC__StreamDecoderPrivate::client_data

◆ computed_md5sum

FLAC__byte FLAC__StreamDecoderPrivate::computed_md5sum[16]

◆ cpuinfo

FLAC__CPUInfo FLAC__StreamDecoderPrivate::cpuinfo

◆ do_md5_checking

FLAC__bool FLAC__StreamDecoderPrivate::do_md5_checking

◆ eof_callback

FLAC__StreamDecoderEofCallback FLAC__StreamDecoderPrivate::eof_callback

◆ error_callback

FLAC__StreamDecoderErrorCallback FLAC__StreamDecoderPrivate::error_callback

◆ file

FILE* FLAC__StreamDecoderPrivate::file

◆ first_frame_offset

FLAC__uint64 FLAC__StreamDecoderPrivate::first_frame_offset

◆ fixed_block_size

FLAC__uint32 FLAC__StreamDecoderPrivate::fixed_block_size

◆ frame

FLAC__Frame FLAC__StreamDecoderPrivate::frame

◆ got_a_frame

FLAC__bool FLAC__StreamDecoderPrivate::got_a_frame

◆ has_seek_table

FLAC__bool FLAC__StreamDecoderPrivate::has_seek_table

◆ has_stream_info

FLAC__bool FLAC__StreamDecoderPrivate::has_stream_info

◆ header_warmup

FLAC__byte FLAC__StreamDecoderPrivate::header_warmup[2]

◆ input

FLAC__BitReader* FLAC__StreamDecoderPrivate::input

◆ internal_reset_hack

FLAC__bool FLAC__StreamDecoderPrivate::internal_reset_hack

◆ is_ogg

FLAC__bool FLAC__StreamDecoderPrivate::is_ogg

◆ is_seeking

FLAC__bool FLAC__StreamDecoderPrivate::is_seeking

◆ last_frame

FLAC__Frame FLAC__StreamDecoderPrivate::last_frame

◆ length_callback

FLAC__StreamDecoderLengthCallback FLAC__StreamDecoderPrivate::length_callback

◆ local_lpc_restore_signal

void(* FLAC__StreamDecoderPrivate::local_lpc_restore_signal) (const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[])

◆ local_lpc_restore_signal_16bit

void(* FLAC__StreamDecoderPrivate::local_lpc_restore_signal_16bit) (const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[])

◆ local_lpc_restore_signal_64bit

void(* FLAC__StreamDecoderPrivate::local_lpc_restore_signal_64bit) (const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[])

◆ lookahead

FLAC__byte FLAC__StreamDecoderPrivate::lookahead

◆ md5context

FLAC__MD5Context FLAC__StreamDecoderPrivate::md5context

◆ metadata_callback

FLAC__StreamDecoderMetadataCallback FLAC__StreamDecoderPrivate::metadata_callback

◆ metadata_filter

FLAC__bool FLAC__StreamDecoderPrivate::metadata_filter[128]

◆ metadata_filter_ids

FLAC__byte* FLAC__StreamDecoderPrivate::metadata_filter_ids

◆ metadata_filter_ids_capacity

size_t FLAC__StreamDecoderPrivate::metadata_filter_ids_capacity

◆ metadata_filter_ids_count

size_t FLAC__StreamDecoderPrivate::metadata_filter_ids_count

◆ next_fixed_block_size

FLAC__uint32 FLAC__StreamDecoderPrivate::next_fixed_block_size

◆ output

FLAC__int32* FLAC__StreamDecoderPrivate::output[FLAC__MAX_CHANNELS]

◆ output_capacity

unsigned FLAC__StreamDecoderPrivate::output_capacity

◆ output_channels

unsigned FLAC__StreamDecoderPrivate::output_channels

◆ partitioned_rice_contents

FLAC__EntropyCodingMethod_PartitionedRiceContents FLAC__StreamDecoderPrivate::partitioned_rice_contents[FLAC__MAX_CHANNELS]

◆ read_callback

FLAC__StreamDecoderReadCallback FLAC__StreamDecoderPrivate::read_callback

◆ residual

FLAC__int32* FLAC__StreamDecoderPrivate::residual[FLAC__MAX_CHANNELS]

◆ residual_unaligned

FLAC__int32* FLAC__StreamDecoderPrivate::residual_unaligned[FLAC__MAX_CHANNELS]

◆ samples_decoded

FLAC__uint64 FLAC__StreamDecoderPrivate::samples_decoded

◆ seek_callback

FLAC__StreamDecoderSeekCallback FLAC__StreamDecoderPrivate::seek_callback

◆ seek_table

FLAC__StreamMetadata FLAC__StreamDecoderPrivate::seek_table

◆ stream_info

FLAC__StreamMetadata FLAC__StreamDecoderPrivate::stream_info

◆ target_sample

FLAC__uint64 FLAC__StreamDecoderPrivate::target_sample

◆ tell_callback

FLAC__StreamDecoderTellCallback FLAC__StreamDecoderPrivate::tell_callback

◆ unparseable_frame_count

unsigned FLAC__StreamDecoderPrivate::unparseable_frame_count

◆ write_callback

FLAC__StreamDecoderWriteCallback FLAC__StreamDecoderPrivate::write_callback

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