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