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

/external/flac/libFLAC/include/private/
H A Dogg_decoder_aspect.h75 typedef FLAC__OggDecoderAspectReadStatus (*FLAC__OggDecoderAspectReadCallbackProxy)(const void *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data); typedef
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 184 milliseconds