Searched refs:max_distance (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnut.h92 unsigned int max_distance; member in struct:__anon718
H A Dnutdec.c198 nut->max_distance = ff_get_v(bc);
199 if(nut->max_distance > 65536){
200 av_log(s, AV_LOG_DEBUG, "max_distance %d\n", nut->max_distance);
201 nut->max_distance= 65536;
660 if(url_ftell(bc) > nut->last_syncpoint_pos + nut->max_distance){
661 av_log(s, AV_LOG_ERROR, "Last frame must have been damaged %"PRId64" > %"PRId64" + %d\n", url_ftell(bc), nut->last_syncpoint_pos, nut->max_distance);
712 }else if(size > 2*nut->max_distance || FFABS(stc->last_pts - *pts) > stc->max_pts_distance){
713 av_log(s, AV_LOG_ERROR, "frame size > 2max_distance and no checksum\n");
H A Dnutenc.c328 put_v(bc, nut->max_distance);
593 nut->max_distance = MAX_DISTANCE;
617 if(pkt->size > 2*nut->max_distance ) flags |= FLAG_CHECKSUM;
667 if(pkt->size + 30/*FIXME check*/ + url_ftell(bc) >= nut->last_syncpoint_pos + nut->max_distance)
H A Dlibnut.c66 .max_distance = 32768,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c1200 int tail_distance, max_distance; local
1252 max_distance = XLOG_TOTAL_REC_SHIFT(log);
1260 max_distance = MIN(max_distance, tail_distance);
1262 if ((head_block + max_distance) <= log->l_logBBsize) {
1271 head_block, max_distance, tail_cycle,
1299 distance = max_distance - (log->l_logBBsize - head_block);

Completed in 72 milliseconds