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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifenc.c72 int hd_buf_size; ///< size of the hd audio buffer member in struct:IEC61937Context
123 ctx->hd_buf = av_fast_realloc(ctx->hd_buf, &ctx->hd_buf_size, ctx->hd_buf_filled + pkt->size);
229 av_fast_malloc(&ctx->hd_buf, &ctx->hd_buf_size, ctx->out_bytes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c71 int hd_buf_size; ///< size of the hd audio buffer member in struct:IEC61937Context
122 ctx->hd_buf = av_fast_realloc(ctx->hd_buf, &ctx->hd_buf_size, ctx->hd_buf_filled + pkt->size);
228 av_fast_malloc(&ctx->hd_buf, &ctx->hd_buf_size, ctx->out_bytes);

Completed in 98 milliseconds