HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN (Results 1 - 4 of 4) sorted by null

  /external/flac/include/FLAC/
format.h 587 extern FLAC_API const unsigned FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN; /**< == 64 (bits) */
    [all...]
  /external/flac/libFLAC/
format.c 69 FLAC_API const unsigned FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN = 64; /* bits */
stream_encoder_framing.c 114 if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].stream_offset, FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN))
stream_decoder.c     [all...]

Completed in 62 milliseconds