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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c227 int32_t *raw_buffer; ///< contains all decoded raw samples including carryover samples member in struct:__anon1860
1579 av_freep(&ctx->raw_buffer);
1712 ctx->raw_buffer = av_mallocz(sizeof(*ctx-> raw_buffer) * avctx->channels * channel_size);
1716 if (!ctx->prev_raw_samples || !ctx->raw_buffer|| !ctx->raw_samples) {
1723 ctx->raw_samples[0] = ctx->raw_buffer + sconf->max_order;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c226 int32_t *raw_buffer; ///< contains all decoded raw samples including carryover samples member in struct:__anon3075
1621 av_freep(&ctx->raw_buffer);
1754 ctx->raw_buffer = av_mallocz(sizeof(*ctx-> raw_buffer) * avctx->channels * channel_size);
1758 if (!ctx->prev_raw_samples || !ctx->raw_buffer|| !ctx->raw_samples) {
1765 ctx->raw_samples[0] = ctx->raw_buffer + sconf->max_order;

Completed in 109 milliseconds