Home
last modified time | relevance | path

Searched refs:FLAC__STREAM_SYNC_LEN (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/FLAC/
Dformat.h179 extern FLAC_API const unsigned FLAC__STREAM_SYNC_LEN; /* = 32 bits */
/external/flac/libFLAC/
Dformat.c54 FLAC_API const unsigned FLAC__STREAM_SYNC_LEN = 32; /* bits */ variable
Dstream_encoder.c1154 …__bitwriter_write_raw_uint32(encoder->private_->frame, FLAC__STREAM_SYNC, FLAC__STREAM_SYNC_LEN)) { in init_stream_internal_()