Searched refs:FLAC__STREAM_SYNC_LEN (Results 1 – 3 of 3) sorted by relevance
179 extern FLAC_API const unsigned FLAC__STREAM_SYNC_LEN; /* = 32 bits */
54 FLAC_API const unsigned FLAC__STREAM_SYNC_LEN = 32; /* bits */ variable
1154 …__bitwriter_write_raw_uint32(encoder->private_->frame, FLAC__STREAM_SYNC, FLAC__STREAM_SYNC_LEN)) { in init_stream_internal_()