Home
last modified time | relevance | path

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

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