Lines Matching defs:bps
601 uint8_t bps;
604 bps = avio_r8(pb);
610 av_log(s, AV_LOG_TRACE, "NSV RAWAUDIO: bps %d, nchan %d, srate %d\n", bps, channels, samplerate);
613 if (bps != 16) {
614 av_log(s, AV_LOG_TRACE, "NSV AUDIO bit/sample != 16 (%d)!!!\n", bps);
616 bps /= channels; // ???
617 if (bps == 8)
623 av_log(s, AV_LOG_TRACE, "NSV RAWAUDIO: bps %d, nchan %d, srate %d\n", bps, channels, samplerate);