OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__OggDecoderAspect
(Results
1 - 2
of
2
) 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;
Completed in 52 milliseconds