Lines Matching refs:format
54 int format, channels, bps;
145 s->format = get_bits(&gb, 16);
146 if (s->format > 2) {
147 av_log(avctx, AV_LOG_ERROR, "Invalid format\n");
150 if (s->format == FORMAT_ENCRYPTED) {
192 av_log(avctx, AV_LOG_ERROR, "Invalid/unsupported sample format.\n");
207 av_log(avctx, AV_LOG_DEBUG, "format: %d chans: %d bps: %d rate: %d block: %d\n",
208 s->format, avctx->ch_layout.nb_channels, avctx->bits_per_coded_sample, avctx->sample_rate,
252 // decode directly to output buffer for 24-bit sample format
261 if (s->format == FORMAT_ENCRYPTED) {
378 // shift samples for 24-bit sample format