Searched refs:av_crc (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Dcrc.h41 uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length) av_pure;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dcrc.h41 uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length) av_pure;
H A Dcrc.c49 * If 0, you must swap the CRC parameter and the result of av_crc
114 uint32_t av_crc(const AVCRC *ctx, uint32_t crc, const uint8_t *buffer, size_t length){ function
149 printf("crc %08X =%X\n", p[i][1], av_crc(ctx, 0, buf, sizeof(buf)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmlp.c63 crc = av_crc(crc_2D, 0, buf, buf_size - 2);
70 uint8_t checksum = av_crc(crc_63, 0x3c, buf, buf_size - 1); // crc_63[0xa2] == 0x3c
81 crc = av_crc(crc_1D, crc, buf + 1, num_bytes - 2);
H A Dac3enc.c1129 crc1 = bswap_16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0,
1136 crc2 = bswap_16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0,
H A Dflacenc.c1105 crc = av_crc(av_crc_get_table(AV_CRC_8_ATM), 0,
1248 crc = bswap_16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0,
H A Dflacdec.c561 crc8 = av_crc(av_crc_get_table(AV_CRC_8_ATM), 0,
H A Dac3dec.c1251 if(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, &buf[2], s->frame_size-2)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Daviobuf.c330 return av_crc(av_crc_get_table(AV_CRC_32_IEEE), checksum, buf, len);
H A Dmpegtsenc.c75 crc = bswap_32(av_crc(av_crc_get_table(AV_CRC_32_IEEE), -1, buf, len - 4));
H A Draw.c554 av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0, buf2 + 2, hdr.frame_size - 2))
H A Dmpegts.c271 av_crc(av_crc_get_table(AV_CRC_32_IEEE), -1,

Completed in 277 milliseconds