Searched refs:crc_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.c228 uint8_t *crc_buffer; ///< buffer of byte order corrected samples used for CRC check member in struct:__anon1860
1515 int16_t *dest = (int16_t*) ctx->crc_buffer;
1521 ctx->dsp.bswap_buf((uint32_t*)ctx->crc_buffer,
1525 crc_source = ctx->crc_buffer;
1583 av_freep(&ctx->crc_buffer);
1730 ctx->crc_buffer = av_malloc(sizeof(*ctx->crc_buffer) *
1734 if (!ctx->crc_buffer) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c227 uint8_t *crc_buffer; ///< buffer of byte order corrected samples used for CRC check member in struct:__anon3075
1557 int16_t *dest = (int16_t*) ctx->crc_buffer;
1563 ctx->bdsp.bswap_buf((uint32_t *) ctx->crc_buffer,
1567 crc_source = ctx->crc_buffer;
1625 av_freep(&ctx->crc_buffer);
1772 ctx->crc_buffer = av_malloc(sizeof(*ctx->crc_buffer) *
1776 if (!ctx->crc_buffer) {

Completed in 166 milliseconds