BLOCK_SAMPLES 72 libavcodec/adx.c avctx->bit_rate = avctx->sample_rate * avctx->channels * BLOCK_SIZE * 8 / BLOCK_SAMPLES; BLOCK_SAMPLES 84 libavcodec/adx_parser.c s1->duration = BLOCK_SAMPLES; BLOCK_SAMPLES 82 libavcodec/adxdec.c for (i = 0; i < BLOCK_SAMPLES; i++) { BLOCK_SAMPLES 144 libavcodec/adxdec.c frame->nb_samples = num_blocks * BLOCK_SAMPLES; BLOCK_SAMPLES 161 libavcodec/adxdec.c samples_offset += BLOCK_SAMPLES; BLOCK_SAMPLES 131 libavcodec/adxenc.c avctx->frame_size = BLOCK_SAMPLES; BLOCK_SAMPLES 117 libavformat/adxdec.c par->bit_rate = (int64_t)par->sample_rate * par->channels * BLOCK_SIZE * 8LL / BLOCK_SAMPLES; BLOCK_SAMPLES 119 libavformat/adxdec.c avpriv_set_pts_info(st, 64, BLOCK_SAMPLES, par->sample_rate);