Searched refs:crc_source (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.c1510 uint8_t *crc_source; local
1525 crc_source = ctx->crc_buffer;
1527 crc_source = ctx->frame.data[0];
1530 ctx->crc = av_crc(ctx->crc_table, ctx->crc, crc_source,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c1552 uint8_t *crc_source; local
1567 crc_source = ctx->crc_buffer;
1569 crc_source = frame->data[0];
1572 ctx->crc = av_crc(ctx->crc_table, ctx->crc, crc_source,

Completed in 69 milliseconds