• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/

Lines Matching refs:DecoderSession

103 } DecoderSession;
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 *d, const char *message, FLAC__StreamDecoderInitStatus init_status);
132 static void print_error_with_state(const DecoderSession *d, const char *message);
133 static void print_stats(const DecoderSession *decoder_session);
141 DecoderSession decoder_session;
184 DecoderSession decoder_session;
227 DecoderSession decoder_session;
271 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)
348 void DecoderSession_destroy(DecoderSession *d, FLAC__bool error_occurred)
357 FLAC__bool DecoderSession_init_decoder(DecoderSession *decoder_session, const char *infilename)
407 FLAC__bool DecoderSession_process(DecoderSession *d)
498 int DecoderSession_finish_ok(DecoderSession *d)
541 int DecoderSession_finish_error(DecoderSession *d)
598 FLAC__bool write_iff_headers(FILE *f, DecoderSession *decoder_session, FLAC__uint64 samples)
890 FLAC__bool fixup_iff_headers(DecoderSession *d)
911 DecoderSession *decoder_session = (DecoderSession*)client_data;
1203 DecoderSession *decoder_session = (DecoderSession*)client_data;
1304 DecoderSession *decoder_session = (DecoderSession*)client_data;
1314 void print_error_with_init_status(const DecoderSession *d, const char *message, FLAC__StreamDecoderInitStatus init_status)
1332 void print_error_with_state(const DecoderSession *d, const char *message)
1356 void print_stats(const DecoderSession *decoder_session)