Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Daf_atempo.c431 int64_t stop_here) in yae_load_data()
435 const int read_size = stop_here - atempo->position[0]; in yae_load_data()
437 if (stop_here <= atempo->position[0]) { in yae_load_data()
444 while (atempo->position[0] < stop_here && src < src_end) { in yae_load_data()
491 av_assert0(atempo->position[0] <= stop_here); in yae_load_data()
493 return atempo->position[0] == stop_here ? 0 : AVERROR(EAGAIN); in yae_load_data()
515 int64_t stop_here = frag->position[0] + atempo->window; in yae_load_frag() local
516 if (src_ref && yae_load_data(atempo, src_ref, src_end, stop_here) != 0) { in yae_load_frag()
522 stop_here > atempo->position[0] ? in yae_load_frag()
523 stop_here in yae_load_frag()
428 yae_load_data(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, int64_t stop_here) yae_load_data() argument
777 const int64_t stop_here = FFMIN(prev->position[1] + prev->nsamples, yae_overlap_add() local
902 int64_t stop_here; yae_flush() local
[all...]
/third_party/python/Lib/
H A Dbdb.py113 if self.stop_here(frame) or self.break_here(frame):
130 if not (self.stop_here(frame) or self.break_anywhere(frame)):
147 if self.stop_here(frame) or frame == self.returnframe:
169 if self.stop_here(frame):
202 def stop_here(self, frame): member in Bdb
H A Dpdb.py319 if self.stop_here(frame):
/third_party/lwip/src/core/
H A Dtcp_in.c1869 int stop_here = 0;
1873 stop_here = 1;
1879 stop_here = 1;
1882 if (stop_here) {
/third_party/python/Lib/test/
H A Dtest_bdb.py204 if not self.stop_here(frame):
H A Dtest_inspect.py4407 func2.stop_here = 1
4409 stop=(lambda f: hasattr(f, "stop_here")))

Completed in 19 milliseconds