OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__OggDecoderAspectReadCallbackProxy
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/private/
ogg_decoder_aspect.h
75
typedef FLAC__OggDecoderAspectReadStatus (*
FLAC__OggDecoderAspectReadCallbackProxy
)(const void *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
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);
/external/flac/libFLAC/
ogg_decoder_aspect.c
105
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 19 milliseconds