Home
last modified time | relevance | path

Searched defs:stop_here (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_atempo.c431 int64_t stop_here) in yae_load_data()
515 int64_t stop_here = frag->position[0] + atempo->window; in yae_load_frag() local
777 const int64_t stop_here = FFMIN(prev->position[1] + prev->nsamples, in yae_overlap_add() local
902 int64_t stop_here; in yae_flush() local
/third_party/lwip/src/core/
Dtcp_in.c1869 int stop_here = 0; local
/third_party/python/Lib/
Dbdb.py202 def stop_here(self, frame): member in Bdb