Home
last modified time | relevance | path

Searched refs:FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH (Results 1 – 4 of 4) sorted by relevance

/external/flac/libFLAC/
Dogg_encoder_aspect.c130 FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH + in FLAC__ogg_encoder_aspect_write_callback_wrapper()
160 memcpy(b, &FLAC__OGG_MAPPING_VERSION_MINOR, FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH); in FLAC__ogg_encoder_aspect_write_callback_wrapper()
161 b += FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH; in FLAC__ogg_encoder_aspect_write_callback_wrapper()
Dogg_decoder_aspect.c168 FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH + in FLAC__ogg_decoder_aspect_read_callback_wrapper()
Dstream_encoder.c2866 FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH + in update_ogg_metadata_()
/external/flac/libFLAC/include/private/
Dogg_mapping.h57 #define FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH (1u) macro