Lines Matching refs:sample_rate
35 uint32_t sample_rate; /*< Sample rate of the contained tracks. */
44 uint32_t sample_rate; /*< Sample rate. */
71 hdr->sample_rate = AV_RL32(buf + 4);
81 trk->sample_rate = AV_RL32(buf + 8);
88 uint32_t sample_rate = AV_RL32(p->buf + 4);
95 if ((sample_rate != 5512) && (sample_rate != 11025) &&
96 (sample_rate != 22050) && (sample_rate != 44100))
100 if (AV_RL32(p->buf + 28) != sample_rate)
128 if (hdr.sample_rate == 0 || hdr.sample_rate > INT_MAX)
161 if (e.sample_rate != hdr.sample_rate)
209 par->sample_rate = hdr.sample_rate;
212 par->bit_rate = par->sample_rate * (int64_t)par->bits_per_coded_sample *
215 avpriv_set_pts_info(st, 64, 1, par->sample_rate);