Searched refs:group1_samplerate (Results 1 – 4 of 4) sorted by relevance
116 mh->group1_samplerate = mlp_samplerate(ratebits); in ff_mlp_read_major_sync()130 mh->group1_samplerate = mlp_samplerate(ratebits); in ff_mlp_read_major_sync()158 mh->peak_bitrate = (get_bits(gb, 15) * mh->group1_samplerate + 8) >> 4; in ff_mlp_read_major_sync()
34 int group1_samplerate; ///< Sample rate of first substream member
318 if (mh.group2_samplerate && mh.group2_samplerate != mh.group1_samplerate) { in read_major_sync()324 if (mh.group1_samplerate == 0) { in read_major_sync()328 if (mh.group1_samplerate > MAX_SAMPLERATE) { in read_major_sync()331 mh.group1_samplerate, MAX_SAMPLERATE); in read_major_sync()371 m->avctx->sample_rate = mh.group1_samplerate; in read_major_sync()
174 avctx->sample_rate = mh.group1_samplerate; in mlp_parse()