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     102 libavformat/adxdec.c     avpriv_set_pts_info(st, 64, BLOCK_SAMPLES, avctx->sample_rate);