Searched refs:FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH (Results 1 – 4 of 4) sorted by relevance
129 FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH + in FLAC__ogg_encoder_aspect_write_callback_wrapper()157 memcpy(b, &FLAC__OGG_MAPPING_VERSION_MAJOR, FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH); in FLAC__ogg_encoder_aspect_write_callback_wrapper()158 b += FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH; in FLAC__ogg_encoder_aspect_write_callback_wrapper()
167 FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH + in FLAC__ogg_decoder_aspect_read_callback_wrapper()177 b += FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
2865 FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH + in update_ogg_metadata_()
54 #define FLAC__OGG_MAPPING_VERSION_MAJOR_LENGTH (1u) macro