Lines Matching defs:sample_fmt
1090 enum AVSampleFormat sample_fmt;
1130 sample_fmt = AV_SAMPLE_FMT_FLTP;
1132 sample_fmt = AV_SAMPLE_FMT_S16P;
1134 sample_fmt = AV_SAMPLE_FMT_S32P;
1136 if (wc->ch_offset && avctx->sample_fmt != sample_fmt)
1139 bpp = av_get_bytes_per_sample(sample_fmt);
1476 if (!got_float && sample_fmt == AV_SAMPLE_FMT_FLTP) {
1480 if (s->got_extra_bits && sample_fmt != AV_SAMPLE_FMT_FLTP) {
1550 avctx->sample_fmt = sample_fmt;
1588 ret = wv_unpack_stereo(s, &s->gb, samples_l, samples_r, avctx->sample_fmt);
1602 ret = wv_unpack_mono(s, &s->gb, samples_l, avctx->sample_fmt);