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.c129 FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH + in FLAC__ogg_encoder_aspect_write_callback_wrapper()
159 memcpy(b, &FLAC__OGG_MAPPING_VERSION_MINOR, FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH); in FLAC__ogg_encoder_aspect_write_callback_wrapper()
160 b += FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH; in FLAC__ogg_encoder_aspect_write_callback_wrapper()
Dogg_decoder_aspect.c170 FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH + in FLAC__ogg_decoder_aspect_read_callback_wrapper()
Dstream_encoder.c2688 FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH + in update_ogg_metadata_()
/external/flac/libFLAC/include/private/
Dogg_mapping.h56 #define FLAC__OGG_MAPPING_VERSION_MINOR_LENGTH (1u) macro