Searched refs:TS_FEC_PACKET_SIZE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dmpegts.h27 #define TS_FEC_PACKET_SIZE 204 macro
H A Dmpegts.c386 if (size < (TS_FEC_PACKET_SIZE * 5 + 1))
391 fec_score= analyze(buf, size, TS_FEC_PACKET_SIZE, NULL);
396 else if(score < fec_score && dvhs_score < fec_score) return TS_FEC_PACKET_SIZE;
1297 int check_count= size / TS_FEC_PACKET_SIZE;
1305 fec_score = analyze(p->buf, TS_FEC_PACKET_SIZE *check_count, TS_FEC_PACKET_SIZE , NULL)*CHECK_COUNT/check_count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dmpegts.h27 #define TS_FEC_PACKET_SIZE 204 macro
H A Dmpegts.c386 if (size < (TS_FEC_PACKET_SIZE * 5 + 1))
391 fec_score= analyze(buf, size, TS_FEC_PACKET_SIZE, NULL);
396 else if(score < fec_score && dvhs_score < fec_score) return TS_FEC_PACKET_SIZE;
1297 int check_count= size / TS_FEC_PACKET_SIZE;
1305 fec_score = analyze(p->buf, TS_FEC_PACKET_SIZE *check_count, TS_FEC_PACKET_SIZE , NULL)*CHECK_COUNT/check_count;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dmpegts.h27 #define TS_FEC_PACKET_SIZE 204 macro
H A Dmpegts.c386 if (size < (TS_FEC_PACKET_SIZE * 5 + 1))
391 fec_score= analyze(buf, size, TS_FEC_PACKET_SIZE, NULL);
396 else if(score < fec_score && dvhs_score < fec_score) return TS_FEC_PACKET_SIZE;
1297 int check_count= size / TS_FEC_PACKET_SIZE;
1305 fec_score = analyze(p->buf, TS_FEC_PACKET_SIZE *check_count, TS_FEC_PACKET_SIZE , NULL)*CHECK_COUNT/check_count;

Completed in 177 milliseconds