Searched refs:bap1_buffer (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc.h230 uint8_t *bap1_buffer; member in struct:AC3EncodeContext
H A Dac3enc.c1120 FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
1125 FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
1128 FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
2030 av_freep(&s->bap1_buffer);
2321 FF_ALLOC_OR_GOTO(avctx, s->bap1_buffer, total_coefs *
2322 sizeof(*s->bap1_buffer), alloc_fail);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.h237 uint8_t *bap1_buffer; member in struct:AC3EncodeContext
H A Dac3enc.c1119 FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
1124 FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
1127 FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
2026 av_freep(&s->bap1_buffer);
2331 FF_ALLOC_OR_GOTO(avctx, s->bap1_buffer, total_coefs *
2332 sizeof(*s->bap1_buffer), alloc_fail);

Completed in 77 milliseconds