Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddca.h158 static inline int ff_dca_count_chs_for_mask(unsigned int mask) in ff_dca_count_chs_for_mask() function
Ddca_exss.c137 nspeakers[i] = ff_dca_count_chs_for_mask(get_bits(&s->gb, spkr_mask_nbits)); in parse_descriptor()
470 s->nmixoutchs[i] = ff_dca_count_chs_for_mask(get_bits(&s->gb, spkr_mask_nbits)); in ff_dca_exss_parse()
Ddca_lbr.c1069 s->nchannels_total = ff_dca_count_chs_for_mask(s->ch_mask & ~DCA_SPEAKER_PAIR_LFE1); in parse_decoder_init()
/third_party/ffmpeg/libavformat/
Ddtshddec.c107 st->codecpar->ch_layout.nb_channels = ff_dca_count_chs_for_mask(avio_rb16(pb)); in dtshd_read_header()