Searched refs:DecoderSession (Results 1 – 4 of 4) sorted by relevance
92 } DecoderSession; typedef101 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…[all …]
24 pub trait DecoderSession { interface102 type Session: DecoderSession;
123 impl<'a> DecoderSession for LibvdaSession<'a> {
171 struct Context<S: DecoderSession> {188 impl<S: DecoderSession> Context<S> {354 struct ContextMap<S: DecoderSession> {358 impl<S: DecoderSession> ContextMap<S> {