OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__StreamMetadata_SeekPoint
(Results
1 - 4
of
4
) sorted by null
/external/flac/include/FLAC/
format.h
584
}
FLAC__StreamMetadata_SeekPoint
;
614
FLAC__StreamMetadata_SeekPoint
*points;
[
all
...]
metadata.h
[
all
...]
/external/flac/libFLAC/
format.c
259
static int seekpoint_compare_(const
FLAC__StreamMetadata_SeekPoint
*l, const
FLAC__StreamMetadata_SeekPoint
*r)
282
qsort(seek_table->points, seek_table->num_points, sizeof(
FLAC__StreamMetadata_SeekPoint
), (int (*)(const void *, const void *))seekpoint_compare_);
stream_decoder.c
[
all
...]
Completed in 87 milliseconds