flush 2994 3rdparty/include/ffmpeg_/libavcodec/avcodec.h void (*flush)(AVCodecContext *); flush 444 3rdparty/include/ffmpeg_/libavformat/avformat.h AVPacket *in, int flush); flush 6544 3rdparty/include/opencl/1.2/CL/cl.hpp return queue.flush(); flush 73 3rdparty/zlib/deflate.c typedef block_state (*compress_func) OF((deflate_state *s, int flush)); flush 77 3rdparty/zlib/deflate.c local block_state deflate_stored OF((deflate_state *s, int flush)); flush 78 3rdparty/zlib/deflate.c local block_state deflate_fast OF((deflate_state *s, int flush)); flush 80 3rdparty/zlib/deflate.c local block_state deflate_slow OF((deflate_state *s, int flush)); flush 82 3rdparty/zlib/deflate.c local block_state deflate_rle OF((deflate_state *s, int flush)); flush 83 3rdparty/zlib/deflate.c local block_state deflate_huff OF((deflate_state *s, int flush)); flush 665 3rdparty/zlib/deflate.c int ZEXPORT deflate (strm, flush) flush 667 3rdparty/zlib/deflate.c int flush; flush 673 3rdparty/zlib/deflate.c flush > Z_BLOCK || flush < 0) { flush 680 3rdparty/zlib/deflate.c (s->status == FINISH_STATE && flush != Z_FINISH)) { flush 687 3rdparty/zlib/deflate.c s->last_flush = flush; flush 887 3rdparty/zlib/deflate.c } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) && flush 888 3rdparty/zlib/deflate.c flush != Z_FINISH) { flush 900 3rdparty/zlib/deflate.c (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) { flush 903 3rdparty/zlib/deflate.c bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : flush 904 3rdparty/zlib/deflate.c (s->strategy == Z_RLE ? deflate_rle(s, flush) : flush 905 3rdparty/zlib/deflate.c (*(configuration_table[s->level].func))(s, flush)); flush 924 3rdparty/zlib/deflate.c if (flush == Z_PARTIAL_FLUSH) { flush 926 3rdparty/zlib/deflate.c } else if (flush != Z_BLOCK) { /* FULL_FLUSH or SYNC_FLUSH */ flush 931 3rdparty/zlib/deflate.c if (flush == Z_FULL_FLUSH) { flush 949 3rdparty/zlib/deflate.c if (flush != Z_FINISH) return Z_OK; flush 1564 3rdparty/zlib/deflate.c local block_state deflate_stored(s, flush) flush 1566 3rdparty/zlib/deflate.c int flush; flush 1587 3rdparty/zlib/deflate.c if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more; flush 1612 3rdparty/zlib/deflate.c if (flush == Z_FINISH) { flush 1628 3rdparty/zlib/deflate.c local block_state deflate_fast(s, flush) flush 1630 3rdparty/zlib/deflate.c int flush; flush 1643 3rdparty/zlib/deflate.c if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { flush 1715 3rdparty/zlib/deflate.c if (flush == Z_FINISH) { flush 1730 3rdparty/zlib/deflate.c local block_state deflate_slow(s, flush) flush 1732 3rdparty/zlib/deflate.c int flush; flush 1746 3rdparty/zlib/deflate.c if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) { flush 1839 3rdparty/zlib/deflate.c Assert (flush != Z_NO_FLUSH, "no flush?"); flush 1846 3rdparty/zlib/deflate.c if (flush == Z_FINISH) { flush 1861 3rdparty/zlib/deflate.c local block_state deflate_rle(s, flush) flush 1863 3rdparty/zlib/deflate.c int flush; flush 1876 3rdparty/zlib/deflate.c if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) { flush 1921 3rdparty/zlib/deflate.c if (flush == Z_FINISH) { flush 1934 3rdparty/zlib/deflate.c local block_state deflate_huff(s, flush) flush 1936 3rdparty/zlib/deflate.c int flush; flush 1945 3rdparty/zlib/deflate.c if (flush == Z_NO_FLUSH) flush 1960 3rdparty/zlib/deflate.c if (flush == Z_FINISH) { flush 323 3rdparty/zlib/deflate.h # define _tr_tally_lit(s, c, flush) \ flush 328 3rdparty/zlib/deflate.h flush = (s->last_lit == s->lit_bufsize-1); \ flush 330 3rdparty/zlib/deflate.h # define _tr_tally_dist(s, distance, length, flush) \ flush 338 3rdparty/zlib/deflate.h flush = (s->last_lit == s->lit_bufsize-1); \ flush 341 3rdparty/zlib/deflate.h # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) flush 342 3rdparty/zlib/deflate.h # define _tr_tally_dist(s, distance, length, flush) \ flush 343 3rdparty/zlib/deflate.h flush = _tr_tally(s, distance, length) flush 70 3rdparty/zlib/gzwrite.c local int gz_comp(state, flush) flush 72 3rdparty/zlib/gzwrite.c int flush; flush 98 3rdparty/zlib/gzwrite.c if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && flush 99 3rdparty/zlib/gzwrite.c (flush != Z_FINISH || ret == Z_STREAM_END))) { flush 115 3rdparty/zlib/gzwrite.c ret = deflate(strm, flush); flush 125 3rdparty/zlib/gzwrite.c if (flush == Z_FINISH) flush 465 3rdparty/zlib/gzwrite.c int ZEXPORT gzflush(file, flush) flush 467 3rdparty/zlib/gzwrite.c int flush; flush 481 3rdparty/zlib/gzwrite.c if (flush < 0 || flush > Z_FINISH) flush 492 3rdparty/zlib/gzwrite.c gz_comp(state, flush); flush 605 3rdparty/zlib/inflate.c int ZEXPORT inflate(strm, flush) flush 607 3rdparty/zlib/inflate.c int flush; flush 827 3rdparty/zlib/inflate.c if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; flush 848 3rdparty/zlib/inflate.c if (flush == Z_TREES) { flush 877 3rdparty/zlib/inflate.c if (flush == Z_TREES) goto inf_leave; flush 1018 3rdparty/zlib/inflate.c if (flush == Z_TREES) goto inf_leave; flush 1233 3rdparty/zlib/inflate.c (state->mode < CHECK || flush != Z_FINISH))) flush 1249 3rdparty/zlib/inflate.c if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) flush 246 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush)); flush 392 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush)); flush 1412 3rdparty/zlib/zlib.h ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); flush 243 modules/cudalegacy/test/NCVTest.hpp stream.flush(); flush 67 modules/stitching/include/opencv2/stitching/detail/util.hpp #define LOG_STITCHING_MSG(msg) for(;;) { std::cout << msg; std::cout.flush(); break; } flush 286 samples/cpp/image_alignment.cpp cerr << "-> Check warp initialization file" << endl << flush; flush 313 samples/cpp/image_alignment.cpp cerr << "Check the warp initialization and/or the size of images." << endl << flush; flush 321 samples/cpp/image_alignment.cpp << total_time << " sec" << endl << flush; flush 330 samples/cpp/image_alignment.cpp cout << "\nThe final warp has been saved in the file: " << finalWarp << endl << flush; flush 349 samples/cpp/image_alignment.cpp cout << "The warped image has been saved in the file: " << warpedImFile << endl << flush; flush 372 samples/cpp/image_alignment.cpp cout << "Press any key to exit the demo (you might need to click on the images before)." << endl << flush; flush 102 samples/cpp/pca.cpp cout << "re-calculating PCA..." << std::flush; flush 10 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvWriter.cpp _file.flush(); flush 348 samples/cpp/videostab.cpp cout << "initializing GPU..."; cout.flush();