Searched refs:seekpoint_compare_ (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dformat.c266 static int seekpoint_compare_(const FLAC__StreamMetadata_SeekPoint *l, const FLAC__StreamMetadata_SeekPoint *r) function
286 qsort(seek_table->points, seek_table->num_points, sizeof(FLAC__StreamMetadata_SeekPoint), (int (*)(const void *, const void *))seekpoint_compare_);

Completed in 164 milliseconds