OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__OggEncoderAspect
(Results
1 - 2
of
2
) sorted by null
/external/flac/libFLAC/include/private/
ogg_encoder_aspect.h
41
typedef struct
FLAC__OggEncoderAspect
{
52
}
FLAC__OggEncoderAspect
;
54
void FLAC__ogg_encoder_aspect_set_serial_number(
FLAC__OggEncoderAspect
*aspect, long value);
55
FLAC__bool FLAC__ogg_encoder_aspect_set_num_metadata(
FLAC__OggEncoderAspect
*aspect, unsigned value);
56
void FLAC__ogg_encoder_aspect_set_defaults(
FLAC__OggEncoderAspect
*aspect);
57
FLAC__bool FLAC__ogg_encoder_aspect_init(
FLAC__OggEncoderAspect
*aspect);
58
void FLAC__ogg_encoder_aspect_finish(
FLAC__OggEncoderAspect
*aspect);
62
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
114
FLAC__OggEncoderAspect
ogg_encoder_aspect;
Completed in 31 milliseconds