Home
last modified time | relevance | path

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

/external/flac/src/flac/
Ddecode.c92 } 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…
[all …]
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dmod.rs24 pub trait DecoderSession { trait
102 type Session: DecoderSession;
Dvda.rs123 impl<'a> DecoderSession for LibvdaSession<'a> {
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs171 struct Context<S: DecoderSession> {
188 impl<S: DecoderSession> Context<S> {
354 struct ContextMap<S: DecoderSession> {
358 impl<S: DecoderSession> ContextMap<S> {