Home
last modified time | relevance | path

Searched refs:next_frame (Results 1 – 17 of 17) sorted by relevance

/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpover_video.cpp53 return gVideo->next_frame(); in g_next_frame()
60 return gVideo->next_frame(); in g_last_frame()
/oneTBB/examples/common/gui/
H A Dvideo.hpp92 bool next_frame();
108 while (next_frame()) in on_process()
H A Dconvideo.cpp103 bool video::next_frame() { in next_frame() function in video
H A Dmacvideo.cpp101 bool video::next_frame() { in next_frame() function in video
H A Dwinvideo.hpp295 bool video::next_frame() { in next_frame() function in video
H A Dxvideo.cpp355 bool video::next_frame() { in next_frame() function in video
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp117 } while ((timertime(t0, t1) < 10 || video->pausing) && video->next_frame()); in rt_finalize()
H A Dtrace.simple.cpp157 video->next_frame(); in parallel_thread()
H A Dtrace.serial.cpp165 if (!video->next_frame()) in parallel_thread()
H A Dtrace.omp.cpp167 video->next_frame(); in parallel_thread()
H A Dtrace.tbb1d.cpp176 if (!video->next_frame()) in operator ()()
H A Dtrace.threads.cpp205 if (!video->next_frame()) in parallel_thread()
H A Dtrace.taskq.cpp205 video->next_frame(); in parallel_thread()
H A Dtrace.threads2d.cpp258 if (!video->next_frame()) in parallel_thread()
H A Dtrace.tbb.cpp223 if (video->next_frame()) { in operator ()()
/oneTBB/examples/task_arena/fractal/
H A Dfractal.cpp123 if (v->next_frame()) in operator ()()
166 while (v->next_frame() && num_frames[num] != 0) { in calc_fractal()
/oneTBB/examples/parallel_for/seismic/
H A Dseismic_video.cpp55 if (!next_frame()) in on_process()