OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN
(Results
1 - 4
of
4
) sorted by null
/external/flac/include/FLAC/
format.h
583
extern FLAC_API const unsigned
FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN
; /**< == 64 (bits) */
[
all
...]
/external/flac/libFLAC/
format.c
85
FLAC_API const unsigned
FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN
= 64; /* bits */
stream_encoder_framing.c
116
if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].sample_number,
FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN
))
stream_decoder.c
[
all
...]
Completed in 40 milliseconds