70 hi = ts_hi * tb_hi.
num * tb_lo.
den;
71 lo = ts_lo * tb_lo.
num * tb_hi.
den;
102 int keyframes_to_find,
112 int terminated_count = 0;
199 if (terminated_count == keyframes_to_find)
212 }
else if (sp->
ts_lo < ts) {
225 if (*found_hi >= keyframes_to_find && first_iter) {
231 }
else if (sp->
ts_hi > ts) {
255 int keyframes_to_find = 0;
258 int found_lo = 0, found_hi = 0;
269 if (stream_index >= 0) {
306 if (!keyframes_to_find) {
315 curpos =
FFMAX(pos - step / 2, 0);
323 &found_lo, &found_hi,
325 if (found_lo == keyframes_to_find && found_hi == keyframes_to_find)
374 if (distance < min_distance) {