Lines Matching refs:DecoderSession
92 } DecoderSession; typedef
101 static FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_fir…
102 static void DecoderSession_destroy(DecoderSession *d, FLAC__bool error_occurred);
103 static FLAC__bool DecoderSession_init_decoder(DecoderSession *d, const char *infilename);
104 static FLAC__bool DecoderSession_process(DecoderSession *d);
105 static int DecoderSession_finish_ok(DecoderSession *d);
106 static int DecoderSession_finish_error(DecoderSession *d);
108 static FLAC__bool write_iff_headers(FILE *f, DecoderSession *decoder_session, FLAC__uint64 samples);
117 static FLAC__bool fixup_iff_headers(DecoderSession *d);
121 static void print_error_with_init_status(const DecoderSession *d, const char *message, FLAC__Stream…
122 static void print_error_with_state(const DecoderSession *d, const char *message);
123 static void print_stats(const DecoderSession *decoder_session);
131 DecoderSession decoder_session; in flac__decode_file()
186 FLAC__bool DecoderSession_construct(DecoderSession *d, FLAC__bool is_ogg, FLAC__bool use_first_seri… in DecoderSession_construct()
263 void DecoderSession_destroy(DecoderSession *d, FLAC__bool error_occurred) in DecoderSession_destroy()
289 FLAC__bool DecoderSession_init_decoder(DecoderSession *decoder_session, const char *infilename) in DecoderSession_init_decoder()
337 FLAC__bool DecoderSession_process(DecoderSession *d) in DecoderSession_process()
469 int DecoderSession_finish_ok(DecoderSession *d) in DecoderSession_finish_ok()
516 int DecoderSession_finish_error(DecoderSession *d) in DecoderSession_finish_error()
573 FLAC__bool write_iff_headers(FILE *f, DecoderSession *decoder_session, FLAC__uint64 samples) in write_iff_headers()
970 FLAC__bool fixup_iff_headers(DecoderSession *d) in fixup_iff_headers()
995 DecoderSession *decoder_session = (DecoderSession*)client_data; in write_callback()
1302 DecoderSession *decoder_session = (DecoderSession*)client_data; in metadata_callback()
1409 DecoderSession *decoder_session = (DecoderSession*)client_data; in error_callback()
1436 void print_error_with_init_status(const DecoderSession *d, const char *message, FLAC__StreamDecoder… in print_error_with_init_status()
1454 void print_error_with_state(const DecoderSession *d, const char *message) in print_error_with_state()
1478 void print_stats(const DecoderSession *decoder_session) in print_stats()