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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davformat.h411 int min_distance; /**< Minimum distance between this and the previous keyframe, used to avoid unneeded searching. */ member in struct:AVIndexEntry
H A Dutils.c1274 }else if(ie->pos == pos && distance < ie->min_distance) //do not reduce the distance
1275 distance= ie->min_distance;
1280 ie->min_distance= distance;
1347 if(e->timestamp <= target_ts || e->pos == e->min_distance){
1365 pos_limit= pos_max - e->min_distance;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davformat.h411 int min_distance; /**< Minimum distance between this and the previous keyframe, used to avoid unneeded searching. */ member in struct:AVIndexEntry

Completed in 60 milliseconds