analyze 382 libavformat/mpegts.c score = analyze(buf, size, TS_PACKET_SIZE, NULL); analyze 383 libavformat/mpegts.c dvhs_score = analyze(buf, size, TS_DVHS_PACKET_SIZE, NULL); analyze 384 libavformat/mpegts.c fec_score= analyze(buf, size, TS_FEC_PACKET_SIZE, NULL); analyze 1203 libavformat/mpegts.c score = analyze(p->buf, TS_PACKET_SIZE *check_count, TS_PACKET_SIZE , NULL)*CHECK_COUNT/check_count; analyze 1204 libavformat/mpegts.c dvhs_score= analyze(p->buf, TS_DVHS_PACKET_SIZE*check_count, TS_DVHS_PACKET_SIZE, NULL)*CHECK_COUNT/check_count; analyze 1205 libavformat/mpegts.c fec_score = analyze(p->buf, TS_FEC_PACKET_SIZE *check_count, TS_FEC_PACKET_SIZE , NULL)*CHECK_COUNT/check_count;