Searched refs:hd_buf (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.c71 uint8_t *hd_buf; ///< allocated buffer to concatenate hd audio frames member in struct:IEC61937Context
123 ctx->hd_buf = av_fast_realloc(ctx->hd_buf, &ctx->hd_buf_size, ctx->hd_buf_filled + pkt->size);
124 if (!ctx->hd_buf)
127 memcpy(&ctx->hd_buf[ctx->hd_buf_filled], pkt->data, pkt->size);
136 ctx->out_buf = ctx->hd_buf;
229 av_fast_malloc(&ctx->hd_buf, &ctx->hd_buf_size, ctx->out_bytes);
230 if (!ctx->hd_buf)
233 ctx->out_buf = ctx->hd_buf;
235 memcpy(ctx->hd_buf, dtshd_start_cod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c70 uint8_t *hd_buf; ///< allocated buffer to concatenate hd audio frames member in struct:IEC61937Context
122 ctx->hd_buf = av_fast_realloc(ctx->hd_buf, &ctx->hd_buf_size, ctx->hd_buf_filled + pkt->size);
123 if (!ctx->hd_buf)
126 memcpy(&ctx->hd_buf[ctx->hd_buf_filled], pkt->data, pkt->size);
135 ctx->out_buf = ctx->hd_buf;
228 av_fast_malloc(&ctx->hd_buf, &ctx->hd_buf_size, ctx->out_bytes);
229 if (!ctx->hd_buf)
232 ctx->out_buf = ctx->hd_buf;
234 memcpy(ctx->hd_buf, dtshd_start_cod
[all...]

Completed in 158 milliseconds