Searched refs:BLOCK_SAMPLES (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadx.h55 #define BLOCK_SAMPLES 32 macro
H A Dadxdec.c82 for (i = 0; i < BLOCK_SAMPLES; i++) {
142 c->frame.nb_samples = num_blocks * BLOCK_SAMPLES;
159 samples += BLOCK_SAMPLES * c->channels;
H A Dadxenc.c45 int data[BLOCK_SAMPLES];
79 for (i = 0; i < BLOCK_SAMPLES; i++)
120 avctx->frame_size = BLOCK_SAMPLES;
H A Dadx.c71 avctx->bit_rate = avctx->sample_rate * avctx->channels * BLOCK_SIZE * 8 / BLOCK_SAMPLES;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadx.h54 #define BLOCK_SAMPLES 32 macro
H A Dadxdec.c82 for (i = 0; i < BLOCK_SAMPLES; i++) {
144 frame->nb_samples = num_blocks * BLOCK_SAMPLES;
161 samples_offset += BLOCK_SAMPLES;
H A Dadxenc.c46 int data[BLOCK_SAMPLES];
80 for (i = 0; i < BLOCK_SAMPLES; i++)
118 avctx->frame_size = BLOCK_SAMPLES;
H A Dadx.c72 avctx->bit_rate = avctx->sample_rate * avctx->channels * BLOCK_SIZE * 8 / BLOCK_SAMPLES;
H A Dadx_parser.c84 s1->duration = BLOCK_SAMPLES;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dadxdec.c31 #define BLOCK_SAMPLES 32 macro
91 avpriv_set_pts_info(st, 64, BLOCK_SAMPLES, avctx->sample_rate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dadxdec.c32 #define BLOCK_SAMPLES 32 macro
99 avpriv_set_pts_info(st, 64, BLOCK_SAMPLES, avctx->sample_rate);

Completed in 92 milliseconds