Searched refs:hd_buf_filled (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.c74 int hd_buf_filled; ///< amount of bytes in 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);
127 memcpy(&ctx->hd_buf[ctx->hd_buf_filled], pkt->data, pkt->size);
129 ctx->hd_buf_filled += pkt->size;
137 ctx->out_bytes = ctx->hd_buf_filled;
138 ctx->length_code = ctx->hd_buf_filled;
141 ctx->hd_buf_filled = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c73 int hd_buf_filled; ///< amount of bytes in 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);
126 memcpy(&ctx->hd_buf[ctx->hd_buf_filled], pkt->data, pkt->size);
128 ctx->hd_buf_filled += pkt->size;
136 ctx->out_bytes = ctx->hd_buf_filled;
137 ctx->length_code = ctx->hd_buf_filled;
140 ctx->hd_buf_filled = 0;

Completed in 59 milliseconds