Lines Matching defs:sample
321 skip_bits_long(&gb, 32); // sample rate already known
1352 "sample pointer range [%p, %p] not contained in raw_buffer [%p, %p].\n",
1374 "sample pointer range [%p, %p] not contained in raw_buffer [%p, %p].\n",
1454 /** Read and decode the floating point sample data
1807 unsigned int c, sample, ra_frame, bytes_read, shift;
1852 for (sample = 0; sample < ctx->cur_frame_length; sample++) \
1854 *dest++ = raw_samples[c*raw_step + sample] * (1U << shift); \
1856 for (sample = 0; sample < ctx->cur_frame_length; sample++) \
1858 *dest++ = raw_samples[sconf->chan_pos[c]*raw_step + sample] * (1U << shift);\
1875 for (sample = 0;
1876 sample < ctx->cur_frame_length * channels;
1877 sample++) {
1881 v = av_bswap32(src[sample]);
1883 v = src[sample];
1896 for (sample = 0;
1897 sample < ctx->cur_frame_length * channels;
1898 sample++)
1899 *dest++ = av_bswap16(src[sample]);
2026 av_log(avctx, AV_LOG_ERROR, "Bits per raw sample %d larger than 32.\n",
2139 // allocate previous raw sample buffer