OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__OggEncoderAspect
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
ogg_encoder_aspect.h
40
typedef struct
FLAC__OggEncoderAspect
{
51
}
FLAC__OggEncoderAspect
;
53
void FLAC__ogg_encoder_aspect_set_serial_number(
FLAC__OggEncoderAspect
*aspect, long value);
54
FLAC__bool FLAC__ogg_encoder_aspect_set_num_metadata(
FLAC__OggEncoderAspect
*aspect, unsigned value);
55
void FLAC__ogg_encoder_aspect_set_defaults(
FLAC__OggEncoderAspect
*aspect);
56
FLAC__bool FLAC__ogg_encoder_aspect_init(
FLAC__OggEncoderAspect
*aspect);
57
void FLAC__ogg_encoder_aspect_finish(
FLAC__OggEncoderAspect
*aspect);
61
FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(
FLAC__OggEncoderAspect
*aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data);
/external/flac/libFLAC/
ogg_encoder_aspect.c
50
FLAC__bool FLAC__ogg_encoder_aspect_init(
FLAC__OggEncoderAspect
*aspect)
63
void FLAC__ogg_encoder_aspect_finish(
FLAC__OggEncoderAspect
*aspect)
69
void FLAC__ogg_encoder_aspect_set_serial_number(
FLAC__OggEncoderAspect
*aspect, long value)
74
FLAC__bool FLAC__ogg_encoder_aspect_set_num_metadata(
FLAC__OggEncoderAspect
*aspect, unsigned value)
84
void FLAC__ogg_encoder_aspect_set_defaults(
FLAC__OggEncoderAspect
*aspect)
111
FLAC__StreamEncoderWriteStatus FLAC__ogg_encoder_aspect_write_callback_wrapper(
FLAC__OggEncoderAspect
*aspect, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, FLAC__bool is_last_block, FLAC__OggEncoderAspectWriteCallbackProxy write_callback, void *encoder, void *client_data)
/external/flac/libFLAC/include/protected/
stream_encoder.h
106
FLAC__OggEncoderAspect
ogg_encoder_aspect;
Completed in 1363 milliseconds