Searched refs:sample_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dalacenc.c65 int32_t sample_buf[MAX_CHANNELS][DEFAULT_FRAME_SIZE]; member in struct:AlacEncodeContext
84 s->sample_buf[ch][i] = *sptr;
133 opt_order = ff_lpc_calc_coefs(&s->dspctx, s->sample_buf[ch], s->avctx->frame_size, s->min_prediction_order, s->max_prediction_order,
177 int32_t *left = s->sample_buf[0], *right = s->sample_buf[1];
226 s->predictor_buf[0] = s->sample_buf[ch][0];
229 s->predictor_buf[i] = s->sample_buf[ch][i] - s->sample_buf[ch][i-1];
237 int32_t *samples = s->sample_buf[ch];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dswarm_cs4297a.c224 u16 *sample_buf; // tmp buffer for sample conversions member in struct:serdma_s
636 dma->sample_buf = kmalloc(dma->sbufsz, GFP_KERNEL);
637 if (!dma->sample_buf) {
638 printk(KERN_ERR "cs4297a: kmalloc sample_buf failed\n");
643 dma->sb_swptr = dma->sb_hwptr = dma->sample_buf;
644 dma->sb_end = (u16 *)((void *)dma->sample_buf + dma->sbufsz);
648 printk(KERN_ERR "cs4297a: descrtab - %08x dma_buf - %x sample_buf - %x\n",
650 (int)dma->sample_buf));
971 d->sb_hwptr = d->sample_buf;
1741 s->dma_adc.sb_swptr = s->dma_adc.sample_buf;
[all...]

Completed in 81 milliseconds