Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dmetadata_iterators.c2645 const unsigned channels1 = block->channels - 1; in write_metadata_block_data_streaminfo_cb_() local
2658 buffer[12] = ((block->sample_rate & 0x0f) << 4) | (channels1 << 1) | (bps1 >> 4); in write_metadata_block_data_streaminfo_cb_()