Lines Matching defs:bps
215 int len, bps, exp;
252 bps = bytestream2_get_be16(&gb);
253 avctx->bits_per_coded_sample = bps;
257 if (bps != 16 && bps != 8) {
258 av_log(avctx, AV_LOG_ERROR, "unsupported number of bits per sample: %d\n", bps);
282 int len, bps;
329 bps = bytestream2_get_le16(&gb);
330 avctx->bits_per_coded_sample = bps;
332 if (bps != 16 && bps != 8) {
333 av_log(avctx, AV_LOG_ERROR, "unsupported number of bits per sample: %d\n", bps);