Searched defs:FLAC__OggDecoderAspect (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dogg_decoder_aspect.h40 typedef struct FLAC__OggDecoderAspect { struct
55 } FLAC__OggDecoderAspect; typedef in typeref:struct:FLAC__OggDecoderAspect
57 void FLAC__ogg_decoder_aspect_set_serial_number(FLAC__OggDecoderAspect *aspect, long value);
58 void FLAC__ogg_decoder_aspect_set_defaults(FLAC__OggDecoderAspect *aspect);
59 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect);
60 void FLAC__ogg_decoder_aspect_finish(FLAC__OggDecoderAspect *aspect);
61 void FLAC__ogg_decoder_aspect_flush(FLAC__OggDecoderAspect *aspect);
62 void FLAC__ogg_decoder_aspect_reset(FLAC__OggDecoderAspect *aspect);
77 FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer[], size_t *bytes, FLAC__OggDecoderAspectReadCallbackProxy read_callback, const FLAC__StreamDecoder *decoder, void *client_data);

Completed in 111 milliseconds