Lines Matching refs:chmask
55 uint32_t chmask; member
83 uint32_t chmask, flags; in wv_read_block_header() local
117 chmask = flags & WV_MONO ? AV_CH_LAYOUT_MONO : AV_CH_LAYOUT_STEREO; in wv_read_block_header()
122 chmask = wc->chmask; in wv_read_block_header()
148 chmask = avio_r8(pb); in wv_read_block_header()
151 chmask = avio_rl16(pb); in wv_read_block_header()
154 chmask = avio_rl24(pb); in wv_read_block_header()
157 chmask = avio_rl32(pb); in wv_read_block_header()
163 chmask = avio_rl24(pb); in wv_read_block_header()
169 chmask = avio_rl32(pb); in wv_read_block_header()
207 if (!wc->chmask) in wv_read_block_header()
208 wc->chmask = chmask; in wv_read_block_header()
260 st->codecpar->channel_layout = wc->chmask; in wv_read_header()