Searched refs:DecoderSession (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Ddecode.c103 } DecoderSession; typedef in typeref:struct:__anon3770
112 static FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_first_serial_number, long serial_number, FLAC__bool is_aiff_out, FLAC__bool is_wave_out, FLAC__bool treat_warnings_as_errors, FLAC__bool continue_through_decode_errors, FLAC__bool channel_map_none, replaygain_synthesis_spec_t replaygain_synthesis_spec, FLAC__bool analysis_mode, analysis_options aopts, utils__SkipUntilSpecification *skip_specification, utils__SkipUntilSpecification *until_specification, utils__CueSpecification *cue_specification, foreign_metadata_t *foreign_metadata, const char *infilename, const char *outfilename);
113 static void DecoderSession_destroy(DecoderSession *d, FLAC__bool error_occurred);
114 static FLAC__bool DecoderSession_init_decoder(DecoderSession *d, const char *infilename);
115 static FLAC__bool DecoderSession_process(DecoderSession *d);
116 static int DecoderSession_finish_ok(DecoderSession *d);
117 static int DecoderSession_finish_error(DecoderSession *d);
119 static FLAC__bool write_iff_headers(FILE *f, DecoderSession *decoder_session, FLAC__uint64 samples);
127 static FLAC__bool fixup_iff_headers(DecoderSession *d);
131 static void print_error_with_init_status(const DecoderSession *
[all...]

Completed in 95 milliseconds