OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__OggDecoderAspect
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
ogg_decoder_aspect.h
40
typedef struct
FLAC__OggDecoderAspect
{
55
}
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);
/external/flac/libFLAC/include/protected/
stream_decoder.h
49
FLAC__OggDecoderAspect
ogg_decoder_aspect;
/external/flac/libFLAC/
ogg_decoder_aspect.c
52
FLAC__bool FLAC__ogg_decoder_aspect_init(
FLAC__OggDecoderAspect
*aspect)
72
void FLAC__ogg_decoder_aspect_finish(
FLAC__OggDecoderAspect
*aspect)
78
void FLAC__ogg_decoder_aspect_set_serial_number(
FLAC__OggDecoderAspect
*aspect, long value)
84
void FLAC__ogg_decoder_aspect_set_defaults(
FLAC__OggDecoderAspect
*aspect)
89
void FLAC__ogg_decoder_aspect_flush(
FLAC__OggDecoderAspect
*aspect)
97
void FLAC__ogg_decoder_aspect_reset(
FLAC__OggDecoderAspect
*aspect)
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 151 milliseconds