Searched refs:tta_check_crc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dtta.c37 static unsigned long tta_check_crc(unsigned long checksum, const uint8_t *buf, function
65 ffio_init_checksum(s->pb, tta_check_crc, UINT32_MAX);
118 ffio_init_checksum(s->pb, tta_check_crc, UINT32_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtta.c194 static int tta_check_crc(TTAContext *s, const uint8_t *buf, int buf_size) function
223 if (tta_check_crc(s, avctx->extradata, 18))
290 if (tta_check_crc(s, avctx->extradata + 22, s->total_frames * 4))
333 if (buf_size < 4 || tta_check_crc(s, buf, buf_size - 4))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtta.c73 static int tta_check_crc(TTAContext *s, const uint8_t *buf, int buf_size) function
228 (tta_check_crc(s, buf, buf_size - 4) && avctx->err_recognition & AV_EF_EXPLODE))

Completed in 204 milliseconds