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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dseek.c92 * @param found_lo ptr to the count of already found low timestamp keyframes
102 int *found_lo,
208 (*found_lo)++;
257 int found_lo = 0, found_hi = 0; local
322 &found_lo, &found_hi,
324 if (found_lo == keyframes_to_find && found_hi == keyframes_to_find)
96 search_hi_lo_keyframes(AVFormatContext *s, int64_t timestamp, AVRational timebase, int flags, AVSyncPoint *sync, int keyframes_to_find, int *found_lo, int *found_hi, int first_iter) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dseek.c92 * @param found_lo ptr to the count of already found low timestamp keyframes
102 int *found_lo,
208 (*found_lo)++;
257 int found_lo = 0, found_hi = 0; local
322 &found_lo, &found_hi,
324 if (found_lo == keyframes_to_find && found_hi == keyframes_to_find)
96 search_hi_lo_keyframes(AVFormatContext *s, int64_t timestamp, AVRational timebase, int flags, AVSyncPoint *sync, int keyframes_to_find, int *found_lo, int *found_hi, int first_iter) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dseek.c92 * @param found_lo ptr to the count of already found low timestamp keyframes
102 int *found_lo,
208 (*found_lo)++;
257 int found_lo = 0, found_hi = 0; local
322 &found_lo, &found_hi,
324 if (found_lo == keyframes_to_find && found_hi == keyframes_to_find)
96 search_hi_lo_keyframes(AVFormatContext *s, int64_t timestamp, AVRational timebase, int flags, AVSyncPoint *sync, int keyframes_to_find, int *found_lo, int *found_hi, int first_iter) argument

Completed in 54 milliseconds