HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__OggDecoderAspect (Results 1 - 3 of 3) sorted by null

  /external/flac/libFLAC/include/private/
ogg_decoder_aspect.h 41 typedef struct FLAC__OggDecoderAspect {
56 } FLAC__OggDecoderAspect;
58 void FLAC__ogg_decoder_aspect_set_serial_number(FLAC__OggDecoderAspect *aspect, long value);
59 void FLAC__ogg_decoder_aspect_set_defaults(FLAC__OggDecoderAspect *aspect);
60 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect);
61 void FLAC__ogg_decoder_aspect_finish(FLAC__OggDecoderAspect *aspect);
62 void FLAC__ogg_decoder_aspect_flush(FLAC__OggDecoderAspect *aspect);
63 void FLAC__ogg_decoder_aspect_reset(FLAC__OggDecoderAspect *aspect);
78 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);
  /external/flac/libFLAC/include/protected/
stream_decoder.h 51 FLAC__OggDecoderAspect ogg_decoder_aspect;
  /external/flac/libFLAC/
ogg_decoder_aspect.c 50 FLAC__bool FLAC__ogg_decoder_aspect_init(FLAC__OggDecoderAspect *aspect)
70 void FLAC__ogg_decoder_aspect_finish(FLAC__OggDecoderAspect *aspect)
76 void FLAC__ogg_decoder_aspect_set_serial_number(FLAC__OggDecoderAspect *aspect, long value)
82 void FLAC__ogg_decoder_aspect_set_defaults(FLAC__OggDecoderAspect *aspect)
87 void FLAC__ogg_decoder_aspect_flush(FLAC__OggDecoderAspect *aspect)
95 void FLAC__ogg_decoder_aspect_reset(FLAC__OggDecoderAspect *aspect)
103 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 84 milliseconds