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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_atempo.c432 int64_t stop_here)
436 const int read_size = stop_here - atempo->position[0];
438 if (stop_here <= atempo->position[0]) {
445 while (atempo->position[0] < stop_here && src < src_end) {
492 av_assert0(atempo->position[0] <= stop_here);
494 return atempo->position[0] == stop_here ? 0 : AVERROR(EAGAIN);
516 int64_t stop_here = frag->position[0] + atempo->window; local
517 if (src_ref && yae_load_data(atempo, src_ref, src_end, stop_here) != 0) {
523 stop_here > atempo->position[0] ?
524 stop_here
429 yae_load_data(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, int64_t stop_here) argument
780 const int64_t stop_here = FFMIN(prev->position[1] + prev->nsamples, local
905 int64_t stop_here; local
[all...]

Completed in 186 milliseconds