Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dformat.h979 FLAC_API unsigned FLAC__format_seektable_sort(FLAC__StreamMetadata_SeekTable *seek_table);
/external/flac/libFLAC/
Dformat.c271 FLAC_API unsigned FLAC__format_seektable_sort(FLAC__StreamMetadata_SeekTable *seek_table) in FLAC__format_seektable_sort() function
Dmetadata_object.c1153 unique = FLAC__format_seektable_sort(&object->data.seek_table); in FLAC__metadata_object_seektable_template_sort()
Dstream_encoder.c2815 FLAC__format_seektable_sort(encoder->private_->seek_table); in update_metadata_()
2996 FLAC__format_seektable_sort(encoder->private_->seek_table); in update_ogg_metadata_()