func               96 3rdparty/include/dshow/_mingw_dxhelper.h #   define WINELIB_NAME_AW(func) func##W
func               98 3rdparty/include/dshow/_mingw_dxhelper.h #   define WINELIB_NAME_AW(func) func##A
func               12 3rdparty/include/dshow/_mingw_unicode.h # define __MINGW_NAME_AW(func) func##W
func               13 3rdparty/include/dshow/_mingw_unicode.h # define __MINGW_NAME_AW_EXT(func,ext) func##W##ext
func               14 3rdparty/include/dshow/_mingw_unicode.h # define __MINGW_NAME_UAW(func) func##_W
func               15 3rdparty/include/dshow/_mingw_unicode.h # define __MINGW_NAME_UAW_EXT(func,ext) func##_W_##ext
func               20 3rdparty/include/dshow/_mingw_unicode.h # define __MINGW_NAME_AW(func) func##A
func               21 3rdparty/include/dshow/_mingw_unicode.h # define __MINGW_NAME_AW_EXT(func,ext) func##A##ext
func               22 3rdparty/include/dshow/_mingw_unicode.h # define __MINGW_NAME_UAW(func) func##_A
func               23 3rdparty/include/dshow/_mingw_unicode.h # define __MINGW_NAME_UAW_EXT(func,ext) func##_A_##ext
func             2643 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size);
func             2663 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count);
func             4531 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);
func             4532 3rdparty/include/ffmpeg_/libavcodec/avcodec.h int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count);
func               79 3rdparty/include/ffmpeg_/libavutil/fifo.h int av_fifo_generic_read(AVFifoBuffer *f, void *dest, int buf_size, void (*func)(void*, void*, int));
func               94 3rdparty/include/ffmpeg_/libavutil/fifo.h int av_fifo_generic_write(AVFifoBuffer *f, void *src, int size, int (*func)(void*, void*, int));
func               94 3rdparty/libwebp/cpu-features/cpu-features.c static __inline__ void x86_cpuid(int func, int values[4])
func              105 3rdparty/libwebp/cpu-features/cpu-features.c       : "a" (func) \
func              122 3rdparty/zlib/deflate.c    compress_func func;
func              496 3rdparty/zlib/deflate.c     compress_func func;
func              510 3rdparty/zlib/deflate.c     func = configuration_table[s->level].func;
func              512 3rdparty/zlib/deflate.c     if ((strategy != s->strategy || func != configuration_table[level].func) &&
func              905 3rdparty/zlib/deflate.c                         (*(configuration_table[s->level].func))(s, flush));
func               57 modules/calib3d/src/precomp.hpp #define GET_OPTIMIZED(func) (func)
func              122 modules/core/include/opencv2/core.hpp     String func; ///< function name. Available only when the compiler supports getting it
func             1709 modules/core/include/opencv2/core/core_c.h CVAPI(void) cvSeqSort( CvSeq* seq, CvCmpFunc func, void* userdata CV_DEFAULT(NULL) );
func             1712 modules/core/include/opencv2/core/core_c.h CVAPI(schar*) cvSeqSearch( CvSeq* seq, const void* elem, CvCmpFunc func,
func             2661 modules/core/include/opencv2/core/core_c.h #define OPENCV_ERROR(status,func,context)                           \
func             2662 modules/core/include/opencv2/core/core_c.h cvError((status),(func),(context),__FILE__,__LINE__)
func             2664 modules/core/include/opencv2/core/core_c.h #define OPENCV_ASSERT(expr,func,context)                            \
func             2666 modules/core/include/opencv2/core/core_c.h {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
func               66 modules/core/include/opencv2/core/cuda/common.hpp     static inline void checkCudaError(cudaError_t err, const char* file, const int line, const char* func)
func               69 modules/core/include/opencv2/core/cuda/common.hpp             cv::error(cv::Error::GpuApiCallError, cudaGetErrorString(err), func, file, line);
func               57 modules/core/include/opencv2/core/cuda/funcattrib.hpp     void printFuncAttrib(Func& func)
func               61 modules/core/include/opencv2/core/cuda/funcattrib.hpp         cudaFuncGetAttributes(&attrs, func);
func              460 modules/core/include/opencv2/core/cuda/functional.hpp #define OPENCV_CUDA_IMPLEMENT_UN_FUNCTOR(name, func) \
func              465 modules/core/include/opencv2/core/cuda/functional.hpp             return func ## f(v); \
func              474 modules/core/include/opencv2/core/cuda/functional.hpp             return func(v); \
func              480 modules/core/include/opencv2/core/cuda/functional.hpp #define OPENCV_CUDA_IMPLEMENT_BIN_FUNCTOR(name, func) \
func              485 modules/core/include/opencv2/core/cuda/functional.hpp             return func ## f(v1, v2); \
func              494 modules/core/include/opencv2/core/cuda/functional.hpp             return func(v1, v2); \
func              184 modules/core/include/opencv2/core/cuda/vec_math.hpp #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \
func              187 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 1>::make(func (a.x)); \
func              191 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 2>::make(func (a.x), func (a.y)); \
func              195 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 3>::make(func (a.x), func (a.y), func (a.z)); \
func              199 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 4>::make(func (a.x), func (a.y), func (a.z), func (a.w)); \
func              756 modules/core/include/opencv2/core/cuda/vec_math.hpp #define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type) \
func              759 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 1>::make(func (a.x, b.x)); \
func              763 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 2>::make(func (a.x, b.x), func (a.y, b.y)); \
func              767 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 3>::make(func (a.x, b.x), func (a.y, b.y), func (a.z, b.z)); \
func              771 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 4>::make(func (a.x, b.x), func (a.y, b.y), func (a.z, b.z), func (a.w, b.w)); \
func              814 modules/core/include/opencv2/core/cuda/vec_math.hpp #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type) \
func              817 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 1>::make(func ((output_type) a.x, (output_type) s)); \
func              821 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 1>::make(func ((output_type) s, (output_type) b.x)); \
func              825 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 2>::make(func ((output_type) a.x, (output_type) s), func ((output_type) a.y, (output_type) s)); \
func              829 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 2>::make(func ((output_type) s, (output_type) b.x), func ((output_type) s, (output_type) b.y)); \
func              833 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 3>::make(func ((output_type) a.x, (output_type) s), func ((output_type) a.y, (output_type) s), func ((output_type) a.z, (output_type) s)); \
func              837 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 3>::make(func ((output_type) s, (output_type) b.x), func ((output_type) s, (output_type) b.y), func ((output_type) s, (output_type) b.z)); \
func              841 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 4>::make(func ((output_type) a.x, (output_type) s), func ((output_type) a.y, (output_type) s), func ((output_type) a.z, (output_type) s), func ((output_type) a.w, (output_type) s)); \
func              845 modules/core/include/opencv2/core/cuda/vec_math.hpp         return VecTraits<output_type ## 4>::make(func ((output_type) s, (output_type) b.x), func ((output_type) s, (output_type) b.y), func ((output_type) s, (output_type) b.z), func ((output_type) s, (output_type) b.w)); \
func               14 modules/core/include/opencv2/core/opencl/ocl_defs.hpp #define CV_OCL_RUN_(condition, func, ...)                                   \
func               16 modules/core/include/opencv2/core/opencl/ocl_defs.hpp         if (cv::ocl::useOpenCL() && (condition) && func)                    \
func               30 modules/core/include/opencv2/core/opencl/ocl_defs.hpp #define CV_OCL_RUN_(condition, func, ...)                                   \
func               34 modules/core/include/opencv2/core/opencl/ocl_defs.hpp             if(func)                                                        \
func               40 modules/core/include/opencv2/core/opencl/ocl_defs.hpp                 CV_Error(cv::Error::StsAssert, #func);                      \
func               46 modules/core/include/opencv2/core/opencl/ocl_defs.hpp #define CV_OCL_RUN_(condition, func, ...)                                   \
func               47 modules/core/include/opencv2/core/opencl/ocl_defs.hpp     if (cv::ocl::useOpenCL() && (condition) && func)                        \
func               55 modules/core/include/opencv2/core/opencl/ocl_defs.hpp #define CV_OCL_RUN_(condition, func, ...)
func               58 modules/core/include/opencv2/core/opencl/ocl_defs.hpp #define CV_OCL_RUN(condition, func) CV_OCL_RUN_(condition, func)
func              119 modules/core/include/opencv2/core/private.cuda.hpp     static inline void checkNppError(int code, const char* file, const int line, const char* func)
func              122 modules/core/include/opencv2/core/private.cuda.hpp             cv::error(cv::Error::GpuApiCallError, getNppErrorMessage(code), func, file, line);
func              125 modules/core/include/opencv2/core/private.cuda.hpp     static inline void checkCudaDriverApiError(int code, const char* file, const int line, const char* func)
func              128 modules/core/include/opencv2/core/private.cuda.hpp             cv::error(cv::Error::GpuApiCallError, getCudaDriverApiErrorMessage(code), func, file, line);
func              242 modules/core/include/opencv2/core/private.hpp #  define IPPI_CALL(func) CV_Assert((func) >= 0)
func               59 modules/core/include/opencv2/core/utility.hpp CV_EXPORTS void addImpl(int flag, const char* func = 0); // add implementation and function name to storage arrays
func             1529 modules/core/src/arithm.cpp     BinaryFunc func;
func             1539 modules/core/src/arithm.cpp             func = *tab;
func             1543 modules/core/src/arithm.cpp             func = tab[depth1];
func             1551 modules/core/src/arithm.cpp             func(src1.ptr(), src1.step, src2.ptr(), src2.step, dst.ptr(), dst.step, sz, 0);
func             1612 modules/core/src/arithm.cpp         func = *tab;
func             1616 modules/core/src/arithm.cpp         func = tab[depth1];
func             1642 modules/core/src/arithm.cpp                 func( ptrs[0], 0, ptrs[1], 0, haveMask ? maskbuf : ptrs[2], 0, Size(bsz*cn, 1), 0 );
func             1674 modules/core/src/arithm.cpp                 func( ptrs[0], 0, scbuf, 0, haveMask ? maskbuf : ptrs[1], 0, Size(bsz*cn, 1), 0 );
func             2071 modules/core/src/arithm.cpp     BinaryFunc func = tab[CV_MAT_DEPTH(wtype)];
func             2118 modules/core/src/arithm.cpp                     func( sptr1, 1, sptr2, 1, dptr, 1, bszn, usrdata );
func             2121 modules/core/src/arithm.cpp                     func( sptr1, 1, sptr2, 1, wbuf, 0, bszn, usrdata );
func             2181 modules/core/src/arithm.cpp                     func( sptr1, 1, sptr2, 1, dptr, 1, bszn, usrdata );
func             2184 modules/core/src/arithm.cpp                     func( sptr1, 1, sptr2, 1, wbuf, 1, bszn, usrdata );
func             5035 modules/core/src/arithm.cpp     BinaryFunc func = getCmpFunc(depth1);
func             5046 modules/core/src/arithm.cpp             func( ptrs[0], 0, ptrs[1], 0, ptrs[2], 0, Size((int)total, 1), &op );
func             5098 modules/core/src/arithm.cpp                 func( ptrs[0], 0, buf, 0, ptrs[1], 0, Size(bsz, 1), &op);
func             5718 modules/core/src/arithm.cpp     InRangeFunc func = getInRangeFunc(depth);
func             5780 modules/core/src/arithm.cpp             func( ptrs[0], 0, lptr, 0, uptr, 0, cn == 1 ? ptrs[1] : mbuf, 0, Size(bsz*cn, 1));
func              831 modules/core/src/convert.cpp     SplitFunc func = getSplitFunc(depth);
func              832 modules/core/src/convert.cpp     CV_Assert( func != 0 );
func              855 modules/core/src/convert.cpp             func( ptrs[0], &ptrs[1], bsz, cn );
func              995 modules/core/src/convert.cpp     MergeFunc func = getMergeFunc(depth);
func             1002 modules/core/src/convert.cpp             func( (const uchar**)&ptrs[1], ptrs[0], bsz, cn );
func             1225 modules/core/src/convert.cpp     MixChannelsFunc func = getMixchFunc(depth);
func             1238 modules/core/src/convert.cpp             func( srcs, sdelta, dsts, ddelta, bsz, (int)npairs );
func             5548 modules/core/src/convert.cpp     BinaryFunc func = getCvtScaleAbsFunc(src.depth());
func             5549 modules/core/src/convert.cpp     CV_Assert( func != 0 );
func             5554 modules/core/src/convert.cpp         func( src.ptr(), src.step, 0, 0, dst.ptr(), dst.step, sz, scale );
func             5564 modules/core/src/convert.cpp             func( ptrs[0], 0, 0, 0, ptrs[1], 0, sz, scale );
func             5586 modules/core/src/convert.cpp     BinaryFunc func = noScale ? getConvertFunc(sdepth, ddepth) : getConvertScaleFunc(sdepth, ddepth);
func             5589 modules/core/src/convert.cpp     CV_Assert( func != 0 );
func             5596 modules/core/src/convert.cpp         func( src.data, src.step, 0, 0, dst.data, dst.step, sz, scale );
func             5608 modules/core/src/convert.cpp             func(ptrs[0], 1, 0, 0, ptrs[1], 1, sz, scale);
func             5873 modules/core/src/convert.cpp     LUTFunc func;
func             5878 modules/core/src/convert.cpp         func = lutTab[lut.depth()];
func             5879 modules/core/src/convert.cpp         *ok = (func != NULL);
func             5901 modules/core/src/convert.cpp             func(ptrs[0], lut_.ptr(), ptrs[1], len, cn, lutcn);
func             5967 modules/core/src/convert.cpp     LUTFunc func = lutTab[lut.depth()];
func             5968 modules/core/src/convert.cpp     CV_Assert( func != 0 );
func             5976 modules/core/src/convert.cpp         func(ptrs[0], lut.ptr(), ptrs[1], len, cn, lutcn);
func             1672 modules/core/src/dxt.cpp     IPPDFT_C_Functor(ippiDFT_C_Func _func) : func(_func){}
func             1676 modules/core/src/dxt.cpp         return func ? func(src, srcStep, dst, dstStep, pDFTSpec, pBuffer) >= 0 : false;
func             1679 modules/core/src/dxt.cpp     ippiDFT_C_Func func;
func             1684 modules/core/src/dxt.cpp     IPPDFT_R_Functor(ippiDFT_R_Func _func) : func(_func){}
func             1688 modules/core/src/dxt.cpp         return func ? func(src, srcStep, dst, dstStep, pDFTSpec, pBuffer) >= 0 : false;
func             1691 modules/core/src/dxt.cpp     ippiDFT_R_Func func;
func             2196 modules/core/src/dxt.cpp #define CLAMDDFT_Assert(func) \
func             2198 modules/core/src/dxt.cpp         clAmdFftStatus s = (func); \
func             3394 modules/core/src/dxt.cpp     IPPDCTFunctor(ippiDCTFunc _func) : func(_func){}
func             3398 modules/core/src/dxt.cpp         return func ? func(src, srcStep, dst, dstStep, pDCTSpec, pBuffer) >= 0 : false;
func             3401 modules/core/src/dxt.cpp     ippiDCTFunc func;
func              138 modules/core/src/gl_core_3_1.cpp         void* func =  (void*) CV_GL_GET_PROC_ADDRESS(name);
func              139 modules/core/src/gl_core_3_1.cpp         if (!func)
func              143 modules/core/src/gl_core_3_1.cpp         return func;
func              939 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_StencilFunc(GLenum func, GLint ref, GLuint mask)
func              942 modules/core/src/gl_core_3_1.cpp         StencilFunc(func, ref, mask);
func              951 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_DepthFunc(GLenum func)
func              954 modules/core/src/gl_core_3_1.cpp         DepthFunc(func);
func             1429 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
func             1432 modules/core/src/gl_core_3_1.cpp         StencilFuncSeparate(face, func, ref, mask);
func             1096 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *StencilFunc)(GLenum func, GLint ref, GLuint mask);
func             1098 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *DepthFunc)(GLenum func);
func             1186 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *StencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask);
func             1402 modules/core/src/mathfuncs.cpp         IPowFunc func = ipowTab[depth];
func             1403 modules/core/src/mathfuncs.cpp         CV_Assert( func != 0 );
func             1406 modules/core/src/mathfuncs.cpp             func( ptrs[0], ptrs[1], len, ipower );
func             1410 modules/core/src/mathfuncs.cpp         MathFunc func = power < 0 ?
func             1415 modules/core/src/mathfuncs.cpp             func( ptrs[0], ptrs[1], len );
func             2002 modules/core/src/matmul.cpp     TransformFunc func = isDiag ? getDiagTransformFunc(depth): getTransformFunc(depth);
func             2003 modules/core/src/matmul.cpp     CV_Assert( func != 0 );
func             2011 modules/core/src/matmul.cpp         func( ptrs[0], ptrs[1], (uchar*)mbuf, (int)total, scn, dcn );
func             2145 modules/core/src/matmul.cpp     TransformFunc func = depth == CV_32F ?
func             2148 modules/core/src/matmul.cpp     CV_Assert( func != 0 );
func             2156 modules/core/src/matmul.cpp         func( ptrs[0], ptrs[1], (uchar*)mbuf, (int)total, scn, dcn );
func             2338 modules/core/src/matmul.cpp     ScaleAddFunc func = depth == CV_32F ? (ScaleAddFunc)scaleAdd_32f : (ScaleAddFunc)scaleAdd_64f;
func             2343 modules/core/src/matmul.cpp         func(src1.ptr(), src2.ptr(), dst.ptr(), (int)len, palpha);
func             2353 modules/core/src/matmul.cpp         func( ptrs[0], ptrs[1], ptrs[2], (int)len, palpha );
func             2819 modules/core/src/matmul.cpp         MulTransposedFunc func = 0;
func             2823 modules/core/src/matmul.cpp                 func = MulTransposedR<uchar,float>;
func             2825 modules/core/src/matmul.cpp                 func = MulTransposedL<uchar,float>;
func             2830 modules/core/src/matmul.cpp                 func = MulTransposedR<uchar,double>;
func             2832 modules/core/src/matmul.cpp                 func = MulTransposedL<uchar,double>;
func             2837 modules/core/src/matmul.cpp                 func = MulTransposedR<ushort,float>;
func             2839 modules/core/src/matmul.cpp                 func = MulTransposedL<ushort,float>;
func             2844 modules/core/src/matmul.cpp                 func = MulTransposedR<ushort,double>;
func             2846 modules/core/src/matmul.cpp                 func = MulTransposedL<ushort,double>;
func             2851 modules/core/src/matmul.cpp                 func = MulTransposedR<short,float>;
func             2853 modules/core/src/matmul.cpp                 func = MulTransposedL<short,float>;
func             2858 modules/core/src/matmul.cpp                 func = MulTransposedR<short,double>;
func             2860 modules/core/src/matmul.cpp                 func = MulTransposedL<short,double>;
func             2865 modules/core/src/matmul.cpp                 func = MulTransposedR<float,float>;
func             2867 modules/core/src/matmul.cpp                 func = MulTransposedL<float,float>;
func             2872 modules/core/src/matmul.cpp                 func = MulTransposedR<float,double>;
func             2874 modules/core/src/matmul.cpp                 func = MulTransposedL<float,double>;
func             2879 modules/core/src/matmul.cpp                 func = MulTransposedR<double,double>;
func             2881 modules/core/src/matmul.cpp                 func = MulTransposedL<double,double>;
func             2883 modules/core/src/matmul.cpp         if( !func )
func             2886 modules/core/src/matmul.cpp         func( src, dst, delta, scale );
func             3243 modules/core/src/matmul.cpp     DotProdFunc func = getDotProdFunc(depth());
func             3244 modules/core/src/matmul.cpp     CV_Assert( mat.type() == type() && mat.size == size && func != 0 );
func             3250 modules/core/src/matmul.cpp             return func(data, mat.data, (int)len);
func             3260 modules/core/src/matmul.cpp         r += func( ptrs[0], ptrs[1], len );
func             3192 modules/core/src/matrix.cpp         TransposeInplaceFunc func = transposeInplaceTab[esz];
func             3193 modules/core/src/matrix.cpp         CV_Assert( func != 0 );
func             3195 modules/core/src/matrix.cpp         func( dst.ptr(), dst.step, dst.rows );
func             3199 modules/core/src/matrix.cpp         TransposeFunc func = transposeTab[esz];
func             3200 modules/core/src/matrix.cpp         CV_Assert( func != 0 );
func             3201 modules/core/src/matrix.cpp         func( src.ptr(), src.step, dst.ptr(), dst.step, src.size() );
func             3390 modules/core/src/matrix.cpp     cv::ReduceFunc func = 0;
func             3408 modules/core/src/matrix.cpp         func =
func             3414 modules/core/src/matrix.cpp     CV_Assert(!(ippFunc && ippFuncHint) && func);
func             3425 modules/core/src/matrix.cpp                     func(srcmat.rowRange(y, y + 1), dstroi);
func             3437 modules/core/src/matrix.cpp                     func(srcmat.rowRange(y, y + 1), dstroi);
func             3444 modules/core/src/matrix.cpp     func(srcmat, dstmat);
func             3660 modules/core/src/matrix.cpp     ReduceFunc func = 0;
func             3666 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceSumR8u32s);
func             3668 modules/core/src/matrix.cpp                 func = reduceSumR8u32f;
func             3670 modules/core/src/matrix.cpp                 func = reduceSumR8u64f;
func             3672 modules/core/src/matrix.cpp                 func = reduceSumR16u32f;
func             3674 modules/core/src/matrix.cpp                 func = reduceSumR16u64f;
func             3676 modules/core/src/matrix.cpp                 func = reduceSumR16s32f;
func             3678 modules/core/src/matrix.cpp                 func = reduceSumR16s64f;
func             3680 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceSumR32f32f);
func             3682 modules/core/src/matrix.cpp                 func = reduceSumR32f64f;
func             3684 modules/core/src/matrix.cpp                 func = reduceSumR64f64f;
func             3689 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceMaxR8u);
func             3691 modules/core/src/matrix.cpp                 func = reduceMaxR16u;
func             3693 modules/core/src/matrix.cpp                 func = reduceMaxR16s;
func             3695 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceMaxR32f);
func             3697 modules/core/src/matrix.cpp                 func = reduceMaxR64f;
func             3702 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceMinR8u);
func             3704 modules/core/src/matrix.cpp                 func = reduceMinR16u;
func             3706 modules/core/src/matrix.cpp                 func = reduceMinR16s;
func             3708 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceMinR32f);
func             3710 modules/core/src/matrix.cpp                 func = reduceMinR64f;
func             3718 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceSumC8u32s);
func             3720 modules/core/src/matrix.cpp                 func = reduceSumC8u32f;
func             3722 modules/core/src/matrix.cpp                 func = reduceSumC8u64f;
func             3724 modules/core/src/matrix.cpp                 func = reduceSumC16u32f;
func             3726 modules/core/src/matrix.cpp                 func = reduceSumC16u64f;
func             3728 modules/core/src/matrix.cpp                 func = reduceSumC16s32f;
func             3730 modules/core/src/matrix.cpp                 func = reduceSumC16s64f;
func             3732 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceSumC32f32f);
func             3734 modules/core/src/matrix.cpp                 func = reduceSumC32f64f;
func             3736 modules/core/src/matrix.cpp                 func = reduceSumC64f64f;
func             3741 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceMaxC8u);
func             3743 modules/core/src/matrix.cpp                 func = reduceMaxC16u;
func             3745 modules/core/src/matrix.cpp                 func = reduceMaxC16s;
func             3747 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceMaxC32f);
func             3749 modules/core/src/matrix.cpp                 func = reduceMaxC64f;
func             3754 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceMinC8u);
func             3756 modules/core/src/matrix.cpp                 func = reduceMinC16u;
func             3758 modules/core/src/matrix.cpp                 func = reduceMinC16s;
func             3760 modules/core/src/matrix.cpp                 func = GET_OPTIMIZED(reduceMinC32f);
func             3762 modules/core/src/matrix.cpp                 func = reduceMinC64f;
func             3766 modules/core/src/matrix.cpp     if( !func )
func             3770 modules/core/src/matrix.cpp     func( src, temp );
func             4047 modules/core/src/matrix.cpp     SortFunc func = tab[src.depth()];
func             4048 modules/core/src/matrix.cpp     CV_Assert( src.dims <= 2 && src.channels() == 1 && func != 0 );
func             4051 modules/core/src/matrix.cpp     func( src, dst, flags );
func             4062 modules/core/src/matrix.cpp     SortFunc func = tab[src.depth()];
func             4063 modules/core/src/matrix.cpp     CV_Assert( src.dims <= 2 && src.channels() == 1 && func != 0 );
func             4070 modules/core/src/matrix.cpp     func( src, dst, flags );
func             4639 modules/core/src/matrix.cpp     ConvertData func = tab[CV_MAT_DEPTH(fromType)][CV_MAT_DEPTH(toType)];
func             4640 modules/core/src/matrix.cpp     CV_Assert( func != 0 );
func             4641 modules/core/src/matrix.cpp     return func;
func             4684 modules/core/src/matrix.cpp     ConvertScaleData func = tab[CV_MAT_DEPTH(fromType)][CV_MAT_DEPTH(toType)];
func             4685 modules/core/src/matrix.cpp     CV_Assert( func != 0 );
func             4686 modules/core/src/matrix.cpp     return func;
func             5414 modules/core/src/ocl.cpp     const func_t func = funcs[ddepth];
func             5415 modules/core/src/ocl.cpp     CV_Assert(func != 0);
func             5417 modules/core/src/ocl.cpp     return cv::format(" -D %s=%s", name ? name : "COEFF", func(kernel).c_str());
func              118 modules/core/src/opencl/runtime/opencl_clamdblas.cpp     void* func = CV_CL_GET_PROC_ADDRESS(e->fnName);
func              119 modules/core/src/opencl/runtime/opencl_clamdblas.cpp     if (!func)
func              125 modules/core/src/opencl/runtime/opencl_clamdblas.cpp     *(e->ppFn) = func;
func              126 modules/core/src/opencl/runtime/opencl_clamdblas.cpp     return func;
func              118 modules/core/src/opencl/runtime/opencl_clamdfft.cpp     void* func = CV_CL_GET_PROC_ADDRESS(e->fnName);
func              119 modules/core/src/opencl/runtime/opencl_clamdfft.cpp     if (!func)
func              125 modules/core/src/opencl/runtime/opencl_clamdfft.cpp     *(e->ppFn) = func;
func              126 modules/core/src/opencl/runtime/opencl_clamdfft.cpp     return func;
func              271 modules/core/src/opencl/runtime/opencl_core.cpp     void* func = CV_CL_GET_PROC_ADDRESS(e->fnName);
func              272 modules/core/src/opencl/runtime/opencl_core.cpp     if (!func)
func              278 modules/core/src/opencl/runtime/opencl_core.cpp     *(e->ppFn) = func;
func              279 modules/core/src/opencl/runtime/opencl_core.cpp     return func;
func               62 modules/core/src/opengl.cpp     bool checkError(const char* file, const int line, const char* func = 0)
func               92 modules/core/src/opengl.cpp             cvError(CV_OpenGlApiCallError, func, msg, file, line);
func               72 modules/core/src/precomp.hpp #define GET_OPTIMIZED(func) (func)
func              488 modules/core/src/rand.cpp     RandFunc func = 0;
func              583 modules/core/src/rand.cpp             func = randTab[fast_int_mode][depth];
func              615 modules/core/src/rand.cpp             func = randTab[0][depth];
func              617 modules/core/src/rand.cpp         CV_Assert( func != 0 );
func              719 modules/core/src/rand.cpp                 func( ptr, len*cn, &state, param, smallFlag != 0 );
func              814 modules/core/src/rand.cpp     RandShuffleFunc func = tab[dst.elemSize()];
func              815 modules/core/src/rand.cpp     CV_Assert( func != 0 );
func              816 modules/core/src/rand.cpp     func( dst, rng, iterFactor );
func             1127 modules/core/src/stat.cpp                 func = funcs[ddepth - CV_32S];
func             1131 modules/core/src/stat.cpp             const_cast<Scalar &>(res2) = func(mres.colRange(ngroups, dbsize));
func             1133 modules/core/src/stat.cpp         res = func(mres.colRange(0, ngroups));
func             1201 modules/core/src/stat.cpp     SumFunc func = getSumFunc(depth);
func             1203 modules/core/src/stat.cpp     CV_Assert( cn <= 4 && func != 0 );
func             1233 modules/core/src/stat.cpp             func( ptrs[0], 0, (uchar*)buf, bsz, cn );
func             1340 modules/core/src/stat.cpp     CountNonZeroFunc func = getCountNonZeroTab(src.depth());
func             1341 modules/core/src/stat.cpp     CV_Assert( func != 0 );
func             1349 modules/core/src/stat.cpp         nz += func( ptrs[0], total );
func             1449 modules/core/src/stat.cpp     SumFunc func = getSumFunc(depth);
func             1451 modules/core/src/stat.cpp     CV_Assert( cn <= 4 && func != 0 );
func             1481 modules/core/src/stat.cpp             int nz = func( ptrs[0], ptrs[1], (uchar*)buf, bsz, cn );
func             1744 modules/core/src/stat.cpp     SumSqrFunc func = getSumSqrTab(depth);
func             1746 modules/core/src/stat.cpp     CV_Assert( func != 0 );
func             1779 modules/core/src/stat.cpp             int nz = func( ptrs[0], ptrs[1], (uchar*)sbuf, (uchar*)sqbuf, bsz, cn );
func             2171 modules/core/src/stat.cpp     getMinMaxResFunc func = functab[ddepth];
func             2174 modules/core/src/stat.cpp     func(db.getMat(ACCESS_READ), minVal, maxVal,
func             2294 modules/core/src/stat.cpp     MinMaxIdxFunc func = getMinmaxTab(depth);
func             2295 modules/core/src/stat.cpp     CV_Assert( func != 0 );
func             2315 modules/core/src/stat.cpp         func( ptrs[0], ptrs[1], minval, maxval, &minidx, &maxidx, planeSize, startidx );
func             2876 modules/core/src/stat.cpp     NormFunc func = getNormFunc(normType >> 1, depth);
func             2877 modules/core/src/stat.cpp     CV_Assert( func != 0 );
func             2910 modules/core/src/stat.cpp             func( ptrs[0], ptrs[1], (uchar*)ibuf, bsz, cn );
func             3360 modules/core/src/stat.cpp     NormDiffFunc func = getNormDiffFunc(normType >> 1, depth);
func             3361 modules/core/src/stat.cpp     CV_Assert( func != 0 );
func             3395 modules/core/src/stat.cpp             func( ptrs[0], ptrs[1], ptrs[2], (uchar*)ibuf, bsz, cn );
func             3595 modules/core/src/stat.cpp         func = _func;
func             3605 modules/core/src/stat.cpp             func(src1->ptr(i), src2->ptr(), src2->step, src2->rows, src2->cols,
func             3642 modules/core/src/stat.cpp     BatchDistFunc func;
func             3721 modules/core/src/stat.cpp     BatchDistFunc func = 0;
func             3725 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistL1_8u32s;
func             3727 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistL1_8u32f;
func             3729 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistL2Sqr_8u32s;
func             3731 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistL2Sqr_8u32f;
func             3733 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistL2_8u32f;
func             3735 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistHamming;
func             3737 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistHamming2;
func             3742 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistL1_32f;
func             3744 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistL2Sqr_32f;
func             3746 modules/core/src/stat.cpp             func = (BatchDistFunc)batchDistL2_32f;
func             3749 modules/core/src/stat.cpp     if( func == 0 )
func             3755 modules/core/src/stat.cpp                   BatchDistInvoker(src1, src2, dist, nidx, K, mask, update, func));
func              203 modules/core/src/system.cpp : code(_code), err(_err), func(_func), file(_file), line(_line)
func              217 modules/core/src/system.cpp     if( func.size() > 0 )
func              218 modules/core/src/system.cpp         msg = format("%s:%d: error: (%d) %s in function %s\n", file.c_str(), line, code, err.c_str(), func.c_str());
func              632 modules/core/src/system.cpp         customErrorCallback(exc.code, exc.func.c_str(), exc.err.c_str(),
func              640 modules/core/src/system.cpp             errorStr, exc.err.c_str(), exc.func.size() > 0 ?
func              641 modules/core/src/system.cpp             exc.func.c_str() : "unknown function", exc.file.c_str(), exc.line );
func             1181 modules/core/src/system.cpp void addImpl(int flag, const char* func)
func             1186 modules/core/src/system.cpp     if(func) // use lazy collection if name was not specified
func             1189 modules/core/src/system.cpp         if(!index || (getImplData().implCode[index-1] != flag || getImplData().implFun[index-1].compare(func))) // avoid duplicates
func             1192 modules/core/src/system.cpp             getImplData().implFun.push_back(func);
func              106 modules/cudaarithm/src/arithm.cpp         static inline void ___cublasSafeCall(cublasStatus_t err, const char* file, const int line, const char* func)
func              111 modules/cudaarithm/src/arithm.cpp                 cv::error(cv::Error::GpuApiCallError, msg, func, file, line);
func              140 modules/cudaarithm/src/arithm.cpp         void ___cufftSafeCall(int err, const char* file, const int line, const char* func)
func              145 modules/cudaarithm/src/arithm.cpp                 cv::error(cv::Error::GpuApiCallError, msg, func, file, line);
func               87 modules/cudaarithm/src/core.cpp     template <int DEPTH, typename NppMirrorFunc<DEPTH>::func_t func> struct NppMirror
func               99 modules/cudaarithm/src/core.cpp             nppSafeCall( func(src.ptr<npp_t>(), static_cast<int>(src.step),
func              347 modules/cudaarithm/src/element_operations.cpp     template <int DEPTH, int cn, typename NppShiftFunc<DEPTH, cn>::func_t func> struct NppShift
func              359 modules/cudaarithm/src/element_operations.cpp             nppSafeCall( func(src.ptr<npp_type>(), static_cast<int>(src.step), sc.val, dst.ptr<npp_type>(), static_cast<int>(dst.step), oSizeROI) );
func              365 modules/cudaarithm/src/element_operations.cpp     template <int DEPTH, typename NppShiftFunc<DEPTH, 1>::func_t func> struct NppShift<DEPTH, 1, func>
func              377 modules/cudaarithm/src/element_operations.cpp             nppSafeCall( func(src.ptr<npp_type>(), static_cast<int>(src.step), sc.val[0], dst.ptr<npp_type>(), static_cast<int>(dst.step), oSizeROI) );
func              466 modules/cudaarithm/src/element_operations.cpp     void npp_magnitude(const GpuMat& src, GpuMat& dst, nppMagnitude_t func, cudaStream_t stream)
func              476 modules/cudaarithm/src/element_operations.cpp         nppSafeCall( func(src.ptr<Npp32fc>(), static_cast<int>(src.step), dst.ptr<Npp32f>(), static_cast<int>(dst.step), sz) );
func               56 modules/cudacodec/src/thread.cpp         Thread::Func func;
func               64 modules/cudacodec/src/thread.cpp         userData->func(userData->param);
func               73 modules/cudacodec/src/thread.cpp     Impl(Thread::Func func, void* userData)
func               75 modules/cudacodec/src/thread.cpp         userData_.func = func;
func              109 modules/cudacodec/src/thread.cpp         Thread::Func func;
func              117 modules/cudacodec/src/thread.cpp         userData->func(userData->param);
func              126 modules/cudacodec/src/thread.cpp     Impl(Thread::Func func, void* userData)
func              128 modules/cudacodec/src/thread.cpp         userData_.func = func;
func              151 modules/cudacodec/src/thread.cpp cv::cudacodec::detail::Thread::Thread(Func func, void* userData) :
func              152 modules/cudacodec/src/thread.cpp     impl_(new Impl(func, userData))
func               56 modules/cudacodec/src/thread.hpp     explicit Thread(Func func, void* userData = 0);
func              360 modules/cudafeatures2d/src/brute_force_matcher.cpp         const caller_t func = callers[query.depth()];
func              361 modules/cudafeatures2d/src/brute_force_matcher.cpp         if (func == 0)
func              374 modules/cudafeatures2d/src/brute_force_matcher.cpp         func(query, train, mask, trainIdx, distance, StreamAccessor::getStream(stream));
func              422 modules/cudafeatures2d/src/brute_force_matcher.cpp         const caller_t func = callers[query.depth()];
func              423 modules/cudafeatures2d/src/brute_force_matcher.cpp         if (func == 0)
func              437 modules/cudafeatures2d/src/brute_force_matcher.cpp         func(query, trainCollection, maskCollection, trainIdx, imgIdx, distance, StreamAccessor::getStream(stream));
func              620 modules/cudafeatures2d/src/brute_force_matcher.cpp         const caller_t func = callers[query.depth()];
func              621 modules/cudafeatures2d/src/brute_force_matcher.cpp         if (func == 0)
func              652 modules/cudafeatures2d/src/brute_force_matcher.cpp         func(query, train, k, mask, trainIdx, distance, allDist, StreamAccessor::getStream(stream));
func              706 modules/cudafeatures2d/src/brute_force_matcher.cpp         const caller_t func = callers[query.depth()];
func              707 modules/cudafeatures2d/src/brute_force_matcher.cpp         if (func == 0)
func              723 modules/cudafeatures2d/src/brute_force_matcher.cpp         func(query, trainCollection, maskCollection, trainIdx, imgIdx, distance, StreamAccessor::getStream(stream));
func              889 modules/cudafeatures2d/src/brute_force_matcher.cpp         const caller_t func = callers[query.depth()];
func              890 modules/cudafeatures2d/src/brute_force_matcher.cpp         if (func == 0)
func              909 modules/cudafeatures2d/src/brute_force_matcher.cpp         func(query, train, maxDistance, mask, trainIdx, distance, nMatches, StreamAccessor::getStream(stream));
func              958 modules/cudafeatures2d/src/brute_force_matcher.cpp         const caller_t func = callers[query.depth()];
func              959 modules/cudafeatures2d/src/brute_force_matcher.cpp         if (func == 0)
func              979 modules/cudafeatures2d/src/brute_force_matcher.cpp         func(query, &trains_[0], static_cast<int>(trains_.size()), maxDistance, masks_.size() == 0 ? 0 : &masks_[0],
func               90 modules/cudaimgproc/src/bilateral_filter.cpp     const func_t func = funcs[src.depth()][src.channels() - 1];
func               91 modules/cudaimgproc/src/bilateral_filter.cpp     CV_Assert( func != 0 );
func               96 modules/cudaimgproc/src/bilateral_filter.cpp     func(src, dst, kernel_size, sigma_spatial, sigma_color, borderMode, StreamAccessor::getStream(stream));
func             2100 modules/cudaimgproc/src/color.cpp     func_t func = funcs[code];
func             2102 modules/cudaimgproc/src/color.cpp     if (func == 0)
func             2105 modules/cudaimgproc/src/color.cpp     func(src, dst, dcn, stream);
func             2268 modules/cudaimgproc/src/color.cpp     template <int DEPTH, typename NppAlphaCompFunc<DEPTH>::func_t func> struct NppAlphaComp
func             2280 modules/cudaimgproc/src/color.cpp             nppSafeCall( func(img1.ptr<npp_t>(), static_cast<int>(img1.step), img2.ptr<npp_t>(), static_cast<int>(img2.step),
func             2327 modules/cudaimgproc/src/color.cpp     const func_t func = funcs[img1.depth()];
func             2329 modules/cudaimgproc/src/color.cpp     func(img1, img2, dst, npp_alpha_ops[alpha_op], StreamAccessor::getStream(stream));
func              320 modules/cudaimgproc/src/generalized_hough.cpp         const func_t func = funcs[dx.depth()];
func              321 modules/cudaimgproc/src/generalized_hough.cpp         CV_Assert( func != 0 );
func              326 modules/cudaimgproc/src/generalized_hough.cpp         edgePointList_.cols = func(edges, dx, dy, edgePointList_.ptr<unsigned int>(0), edgePointList_.ptr<float>(1));
func              279 modules/cudaimgproc/src/histogram.cpp     template<int SDEPTH, typename NppHistogramEvenFuncC1<SDEPTH>::func_ptr func, get_buf_size_c1_t get_buf_size>
func              303 modules/cudaimgproc/src/histogram.cpp             nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, hist.ptr<Npp32s>(), levels,
func              310 modules/cudaimgproc/src/histogram.cpp     template<int SDEPTH, typename NppHistogramEvenFuncC4<SDEPTH>::func_ptr func, get_buf_size_c4_t get_buf_size>
func              337 modules/cudaimgproc/src/histogram.cpp             nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, pHist, levels, lowerLevel, upperLevel, buf.ptr<Npp8u>()) );
func              381 modules/cudaimgproc/src/histogram.cpp     template<int SDEPTH, typename NppHistogramRangeFuncC1<SDEPTH>::func_ptr func, get_buf_size_c1_t get_buf_size>
func              407 modules/cudaimgproc/src/histogram.cpp             nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, hist.ptr<Npp32s>(), levels.ptr<level_t>(), levels.cols, buf.ptr<Npp8u>()) );
func              413 modules/cudaimgproc/src/histogram.cpp     template<int SDEPTH, typename NppHistogramRangeFuncC4<SDEPTH>::func_ptr func, get_buf_size_c4_t get_buf_size>
func              448 modules/cudaimgproc/src/histogram.cpp             nppSafeCall( func(src.ptr<src_t>(), static_cast<int>(src.step), sz, pHist, pLevels, nLevels, buf.ptr<Npp8u>()) );
func              253 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp CV_EXPORTS void ncvSetDebugOutputHandler(NCVDebugOutputHandler* func);
func               82 modules/cudalegacy/include/opencv2/cudalegacy/private.hpp     static inline void checkNcvError(int err, const char* file, const int line, const char* func)
func               87 modules/cudalegacy/include/opencv2/cudalegacy/private.hpp             cv::error(cv::Error::GpuApiCallError, msg, func, file, line);
func              147 modules/cudalegacy/src/NCV.cpp void ncvSetDebugOutputHandler(NCVDebugOutputHandler *func)
func              149 modules/cudalegacy/src/NCV.cpp     debugOutputHandler = func;
func              125 modules/cudalegacy/src/graphcuts.cpp         NppiGraphcutStateHandler(NppiSize sznpp, Npp8u* pDeviceMem, const init_func_t func)
func              127 modules/cudalegacy/src/graphcuts.cpp             nppSafeCall( func(sznpp, &pState, pDeviceMem) );
func               85 modules/cudawarping/src/pyramids.cpp     const func_t func = funcs[src.depth()][src.channels() - 1];
func               86 modules/cudawarping/src/pyramids.cpp     CV_Assert( func != 0 );
func               91 modules/cudawarping/src/pyramids.cpp     func(src, dst, StreamAccessor::getStream(stream));
func              125 modules/cudawarping/src/pyramids.cpp     const func_t func = funcs[src.depth()][src.channels() - 1];
func              126 modules/cudawarping/src/pyramids.cpp     CV_Assert( func != 0 );
func              131 modules/cudawarping/src/pyramids.cpp     func(src, dst, StreamAccessor::getStream(stream));
func               86 modules/cudawarping/src/remap.cpp     const func_t func = funcs[src.depth()][src.channels() - 1];
func               87 modules/cudawarping/src/remap.cpp     if (!func)
func              100 modules/cudawarping/src/remap.cpp     func(src, PtrStepSzb(wholeSize.height, wholeSize.width, src.datastart, src.step), ofs.x, ofs.y, xmap, ymap,
func               95 modules/cudawarping/src/resize.cpp     const func_t func = funcs[src.depth()][src.channels() - 1];
func               97 modules/cudawarping/src/resize.cpp     if (!func)
func              105 modules/cudawarping/src/resize.cpp     func(src, wholeSrc, ofs.y, ofs.x, dst, static_cast<float>(1.0 / fy), static_cast<float>(1.0 / fx), interpolation, StreamAccessor::getStream(stream));
func              147 modules/cudawarping/src/warp.cpp     template <int DEPTH, typename NppWarpFunc<DEPTH>::func_t func> struct NppWarp
func              173 modules/cudawarping/src/warp.cpp             nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi,
func              277 modules/cudawarping/src/warp.cpp         const func_t func = funcs[(flags & WARP_INVERSE_MAP) != 0][src.depth()][src.channels() - 1];
func              278 modules/cudawarping/src/warp.cpp         CV_Assert(func != 0);
func              280 modules/cudawarping/src/warp.cpp         func(src, dst, coeffs, interpolation, StreamAccessor::getStream(stream));
func              299 modules/cudawarping/src/warp.cpp         const func_t func = funcs[src.depth()][src.channels() - 1];
func              300 modules/cudawarping/src/warp.cpp         CV_Assert(func != 0);
func              317 modules/cudawarping/src/warp.cpp         func(src, PtrStepSzb(wholeSize.height, wholeSize.width, src.datastart, src.step), ofs.x, ofs.y, coeffs,
func              416 modules/cudawarping/src/warp.cpp         const func_t func = funcs[(flags & WARP_INVERSE_MAP) != 0][src.depth()][src.channels() - 1];
func              417 modules/cudawarping/src/warp.cpp         CV_Assert(func != 0);
func              419 modules/cudawarping/src/warp.cpp         func(src, dst, coeffs, interpolation, StreamAccessor::getStream(stream));
func              438 modules/cudawarping/src/warp.cpp         const func_t func = funcs[src.depth()][src.channels() - 1];
func              439 modules/cudawarping/src/warp.cpp         CV_Assert(func != 0);
func              456 modules/cudawarping/src/warp.cpp         func(src, PtrStepSzb(wholeSize.height, wholeSize.width, src.datastart, src.step), ofs.x, ofs.y, coeffs,
func              475 modules/cudawarping/src/warp.cpp     template <int DEPTH, typename NppRotateFunc<DEPTH>::func_t func> struct NppRotate
func              498 modules/cudawarping/src/warp.cpp             nppSafeCall( func(src.ptr<npp_type>(), srcsz, static_cast<int>(src.step), srcroi,
func               70 modules/cudev/include/opencv2/cudev/common.hpp __host__ __forceinline__ void checkCudaError(cudaError_t err, const char* file, const int line, const char* func)
func               73 modules/cudev/include/opencv2/cudev/common.hpp         cv::error(cv::Error::GpuApiCallError, cudaGetErrorString(err), func, file, line);
func              456 modules/cudev/include/opencv2/cudev/functional/functional.hpp #define CV_CUDEV_UNARY_FUNCTION_INST(name, func) \
func              468 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a); \
func              475 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a); \
func              482 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a); \
func              489 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a); \
func              496 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a); \
func              503 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a); \
func              510 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a); \
func              517 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func(a); \
func              543 modules/cudev/include/opencv2/cudev/functional/functional.hpp #define CV_CUDEV_BINARY_FUNCTION_INST(name, func) \
func              555 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a, b); \
func              562 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a, b); \
func              569 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a, b); \
func              576 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a, b); \
func              583 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a, b); \
func              590 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a, b); \
func              597 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func ## f(a, b); \
func              604 modules/cudev/include/opencv2/cudev/functional/functional.hpp             return func(a, b); \
func              182 modules/cudev/include/opencv2/cudev/util/vec_math.hpp #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \
func              185 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 1>::make(func (a.x)); \
func              189 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 2>::make(func (a.x), func (a.y)); \
func              193 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 3>::make(func (a.x), func (a.y), func (a.z)); \
func              197 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 4>::make(func (a.x), func (a.y), func (a.z), func (a.w)); \
func              767 modules/cudev/include/opencv2/cudev/util/vec_math.hpp #define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type) \
func              770 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 1>::make(func (a.x, b.x)); \
func              774 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 2>::make(func (a.x, b.x), func (a.y, b.y)); \
func              778 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 3>::make(func (a.x, b.x), func (a.y, b.y), func (a.z, b.z)); \
func              782 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 4>::make(func (a.x, b.x), func (a.y, b.y), func (a.z, b.z), func (a.w, b.w)); \
func              825 modules/cudev/include/opencv2/cudev/util/vec_math.hpp #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type) \
func              828 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 1>::make(func ((output_type) a.x, (output_type) s)); \
func              832 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 1>::make(func ((output_type) s, (output_type) b.x)); \
func              836 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 2>::make(func ((output_type) a.x, (output_type) s), func ((output_type) a.y, (output_type) s)); \
func              840 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 2>::make(func ((output_type) s, (output_type) b.x), func ((output_type) s, (output_type) b.y)); \
func              844 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 3>::make(func ((output_type) a.x, (output_type) s), func ((output_type) a.y, (output_type) s), func ((output_type) a.z, (output_type) s)); \
func              848 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 3>::make(func ((output_type) s, (output_type) b.x), func ((output_type) s, (output_type) b.y), func ((output_type) s, (output_type) b.z)); \
func              852 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 4>::make(func ((output_type) a.x, (output_type) s), func ((output_type) a.y, (output_type) s), func ((output_type) a.z, (output_type) s), func ((output_type) a.w, (output_type) s)); \
func              856 modules/cudev/include/opencv2/cudev/util/vec_math.hpp         return VecTraits<output_type ## 4>::make(func ((output_type) s, (output_type) b.x), func ((output_type) s, (output_type) b.y), func ((output_type) s, (output_type) b.z), func ((output_type) s, (output_type) b.w)); \
func               69 modules/flann/include/opencv2/flann/simplex_downhill.h float optimizeSimplexDownhill(T* points, int n, F func, float* vals = NULL )
func               88 modules/flann/include/opencv2/flann/simplex_downhill.h             float val = func(points+i*n);
func              121 modules/flann/include/opencv2/flann/simplex_downhill.h         float val_r = func(p_r);
func              138 modules/flann/include/opencv2/flann/simplex_downhill.h             float val_e = func(p_e);
func              154 modules/flann/include/opencv2/flann/simplex_downhill.h             float val_e = func(p_e);
func              168 modules/flann/include/opencv2/flann/simplex_downhill.h                 float val = func(points+j*n);
func              181 modules/hal/include/opencv2/hal/intrin_cpp.hpp #define OPENCV_HAL_IMPL_MATH_FUNC(func, cfunc, _Tp2) \
func              182 modules/hal/include/opencv2/hal/intrin_cpp.hpp template<typename _Tp, int n> inline v_reg<_Tp2, n> func(const v_reg<_Tp, n>& a) \
func              202 modules/hal/include/opencv2/hal/intrin_cpp.hpp #define OPENCV_HAL_IMPL_MINMAX_FUNC(func, hfunc, cfunc) \
func              251 modules/hal/include/opencv2/hal/intrin_cpp.hpp #define OPENCV_HAL_IMPL_ADD_SUB_OP(func, bin_op, cast_op, _Tp2) \
func              253 modules/hal/include/opencv2/hal/intrin_cpp.hpp inline v_reg<_Tp2, n> func(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) \
func              441 modules/hal/include/opencv2/hal/intrin_neon.hpp #define OPENCV_HAL_IMPL_NEON_BIN_FUNC(_Tpvec, func, intrin) \
func              442 modules/hal/include/opencv2/hal/intrin_neon.hpp inline _Tpvec func(const _Tpvec& a, const _Tpvec& b) \
func              562 modules/hal/include/opencv2/hal/intrin_neon.hpp #define OPENCV_HAL_IMPL_NEON_REDUCE_OP_4(_Tpvec, scalartype, func, scalar_func) \
func              563 modules/hal/include/opencv2/hal/intrin_neon.hpp inline scalartype v_reduce_##func(const _Tpvec& a) \
func              712 modules/hal/include/opencv2/hal/intrin_sse.hpp #define OPENCV_HAL_IMPL_SSE_BIN_FUNC(_Tpvec, func, intrin) \
func              713 modules/hal/include/opencv2/hal/intrin_sse.hpp inline _Tpvec func(const _Tpvec& a, const _Tpvec& b) \
func              992 modules/hal/include/opencv2/hal/intrin_sse.hpp #define OPENCV_HAL_IMPL_SSE_REDUCE_OP_4(_Tpvec, scalartype, func, scalar_func) \
func              993 modules/hal/include/opencv2/hal/intrin_sse.hpp inline scalartype v_reduce_##func(const _Tpvec& a) \
func             9442 modules/highgui/src/ppltasks_winrt.h     task<bool> do_while(std::function<task<bool>(void)> func)
func             9444 modules/highgui/src/ppltasks_winrt.h             task<bool> first = func();
func             9447 modules/highgui/src/ppltasks_winrt.h                     *retVal = do_while(func);
func              919 modules/imgproc/src/accum.cpp     AccFunc func = fidx >= 0 ? accTab[fidx] : 0;
func              920 modules/imgproc/src/accum.cpp     CV_Assert( func != 0 );
func              928 modules/imgproc/src/accum.cpp         func(ptrs[0], ptrs[1], ptrs[2], len, scn);
func             1002 modules/imgproc/src/accum.cpp     AccFunc func = fidx >= 0 ? accSqrTab[fidx] : 0;
func             1003 modules/imgproc/src/accum.cpp     CV_Assert( func != 0 );
func             1011 modules/imgproc/src/accum.cpp         func(ptrs[0], ptrs[1], ptrs[2], len, scn);
func             1090 modules/imgproc/src/accum.cpp     AccProdFunc func = fidx >= 0 ? accProdTab[fidx] : 0;
func             1091 modules/imgproc/src/accum.cpp     CV_Assert( func != 0 );
func             1099 modules/imgproc/src/accum.cpp         func(ptrs[0], ptrs[1], ptrs[2], ptrs[3], len, scn);
func             1176 modules/imgproc/src/accum.cpp     AccWFunc func = fidx >= 0 ? accWTab[fidx] : 0;
func             1177 modules/imgproc/src/accum.cpp     CV_Assert( func != 0 );
func             1185 modules/imgproc/src/accum.cpp         func(ptrs[0], ptrs[1], ptrs[2], len, scn, alpha);
func              398 modules/imgproc/src/color.cpp     IPPGeneralFunctor(ippiGeneralFunc _func) : func(_func){}
func              401 modules/imgproc/src/color.cpp         return func ? func(src, srcStep, dst, dstStep, ippiSize(cols, rows)) >= 0 : false;
func              404 modules/imgproc/src/color.cpp     ippiGeneralFunc func;
func              409 modules/imgproc/src/color.cpp     IPPReorderFunctor(ippiReorderFunc _func, int _order0, int _order1, int _order2) : func(_func)
func              418 modules/imgproc/src/color.cpp         return func ? func(src, srcStep, dst, dstStep, ippiSize(cols, rows), order) >= 0 : false;
func              421 modules/imgproc/src/color.cpp     ippiReorderFunc func;
func              428 modules/imgproc/src/color.cpp         func(_func)
func              436 modules/imgproc/src/color.cpp         return func ? func(src, srcStep, dst, dstStep, ippiSize(cols, rows), coeffs) >= 0 : false;
func              439 modules/imgproc/src/color.cpp     ippiColor2GrayFunc func;
func              446 modules/imgproc/src/color.cpp         func(_func)
func              452 modules/imgproc/src/color.cpp         if (func == 0)
func              456 modules/imgproc/src/color.cpp         return func(srcarray, srcStep, dst, dstStep, ippiSize(cols, rows)) >= 0;
func              459 modules/imgproc/src/color.cpp     ippiGeneralFunc func;
func               71 modules/imgproc/src/imgwarp.cpp     bool IPPSetSimple(cv::Scalar value, void *dataPointer, int step, IppiSize &size, ippiSetFunc func)
func               76 modules/imgproc/src/imgwarp.cpp         return func(values, dataPointer, step, size) >= 0;
func             2716 modules/imgproc/src/imgwarp.cpp     func = (ippiResizeFunc)ippiResizeLinear_##TYPE##_##CN##R; \
func             2724 modules/imgproc/src/imgwarp.cpp     func = (ippiResizeFunc)ippiResizeLinear_##TYPE##_##CN##R; \
func             2733 modules/imgproc/src/imgwarp.cpp     func = (ippiResizeFunc)ippiResizeCubic_##TYPE##_##CN##R; \
func             2756 modules/imgproc/src/imgwarp.cpp         func(NULL), getBufferSizeFunc(NULL), getSrcOffsetFunc(NULL), ok(_ok)
func             2816 modules/imgproc/src/imgwarp.cpp         if( func( pSrc, (int)src.step[0], pDst, (int)dst.step[0], dstOffset, dstSize, ippBorderRepl, 0, pSpec, bufptr ) < 0 )
func             2831 modules/imgproc/src/imgwarp.cpp     ippiResizeFunc func;
func             3305 modules/imgproc/src/imgwarp.cpp                 ResizeAreaFastFunc func = areafast_tab[depth];
func             3306 modules/imgproc/src/imgwarp.cpp                 CV_Assert( func != 0 );
func             3320 modules/imgproc/src/imgwarp.cpp                 func( src, dst, ofs, xofs, iscale_x, iscale_y );
func             3324 modules/imgproc/src/imgwarp.cpp             ResizeAreaFunc func = area_tab[depth];
func             3325 modules/imgproc/src/imgwarp.cpp             CV_Assert( func != 0 && cn <= 4 );
func             3345 modules/imgproc/src/imgwarp.cpp             func( src, dst, xtab, xtab_size, ytab, ytab_size, tabofs );
func             3354 modules/imgproc/src/imgwarp.cpp     ResizeFunc func=0;
func             3357 modules/imgproc/src/imgwarp.cpp         ksize = 4, func = cubic_tab[depth];
func             3359 modules/imgproc/src/imgwarp.cpp         ksize = 8, func = lanczos4_tab[depth];
func             3361 modules/imgproc/src/imgwarp.cpp         ksize = 2, func = linear_tab[depth];
func             3366 modules/imgproc/src/imgwarp.cpp     CV_Assert( func != 0 );
func             3472 modules/imgproc/src/imgwarp.cpp     func( src, dst, xofs, fixpt ? (void*)ialpha : (void*)alpha, yofs,
func             5412 modules/imgproc/src/imgwarp.cpp         borderType(_borderType), borderValue(_borderValue), func(_func), ok(_ok)
func             5435 modules/imgproc/src/imgwarp.cpp         IppStatus status = func( src.ptr(), srcsize, (int)src.step[0], srcroi, dst.ptr(),
func             5451 modules/imgproc/src/imgwarp.cpp     ippiWarpAffineBackFunc func;
func             6041 modules/imgproc/src/imgwarp.cpp         borderType(_borderType), borderValue(_borderValue), func(_func), ok(_ok)
func             6064 modules/imgproc/src/imgwarp.cpp         IppStatus status = func(src.ptr(), srcsize, (int)src.step[0], srcroi, dst.ptr(), (int)dst.step[0], dstroi, coeffs, mode);
func             6079 modules/imgproc/src/imgwarp.cpp     ippiWarpPerspectiveFunc func;
func              559 modules/imgproc/src/moments.cpp     MomentsInTileFunc func = 0;
func              647 modules/imgproc/src/moments.cpp             func = momentsInTile<uchar, int, int>;
func              649 modules/imgproc/src/moments.cpp             func = momentsInTile<ushort, int, int64>;
func              651 modules/imgproc/src/moments.cpp             func = momentsInTile<short, int, int64>;
func              653 modules/imgproc/src/moments.cpp             func = momentsInTile<float, double, double>;
func              655 modules/imgproc/src/moments.cpp             func = momentsInTile<double, double, double>;
func              679 modules/imgproc/src/moments.cpp                 func( src, mom );
func               64 modules/imgproc/src/precomp.hpp #define GET_OPTIMIZED(func) (func)
func             1229 modules/imgproc/src/pyramids.cpp     PyrFunc func = 0;
func             1231 modules/imgproc/src/pyramids.cpp         func = pyrDown_<FixPtCast<uchar, 8>, PyrDownVec_32s8u>;
func             1233 modules/imgproc/src/pyramids.cpp         func = pyrDown_<FixPtCast<short, 8>, PyrDownVec_32s16s >;
func             1235 modules/imgproc/src/pyramids.cpp         func = pyrDown_<FixPtCast<ushort, 8>, PyrDownVec_32s16u >;
func             1237 modules/imgproc/src/pyramids.cpp         func = pyrDown_<FltCast<float, 8>, PyrDownVec_32f>;
func             1239 modules/imgproc/src/pyramids.cpp         func = pyrDown_<FltCast<double, 8>, PyrDownNoVec<double, double> >;
func             1243 modules/imgproc/src/pyramids.cpp     func( src, dst, borderType );
func             1306 modules/imgproc/src/pyramids.cpp     PyrFunc func = 0;
func             1308 modules/imgproc/src/pyramids.cpp         func = pyrUp_<FixPtCast<uchar, 6>, PyrUpVec_32s8u >;
func             1310 modules/imgproc/src/pyramids.cpp         func = pyrUp_<FixPtCast<short, 6>, PyrUpVec_32s16s >;
func             1312 modules/imgproc/src/pyramids.cpp         func = pyrUp_<FixPtCast<ushort, 6>, PyrUpVec_32s16u >;
func             1314 modules/imgproc/src/pyramids.cpp         func = pyrUp_<FltCast<float, 6>, PyrUpVec_32f >;
func             1316 modules/imgproc/src/pyramids.cpp         func = pyrUp_<FltCast<double, 6>, PyrUpNoVec<double, double> >;
func             1320 modules/imgproc/src/pyramids.cpp     func( src, dst, borderType );
func              504 modules/imgproc/src/sumpixels.cpp     IntegralFunc func = 0;
func              506 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)GET_OPTIMIZED(integral_8u32s);
func              508 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_8u32s32f;
func              510 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_8u32s32s;
func              512 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_8u32f64f;
func              514 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_8u32f32f;
func              516 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_8u64f64f;
func              518 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_16u64f64f;
func              520 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_16s64f64f;
func              522 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_32f32f64f;
func              524 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_32f32f32f;
func              526 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_32f64f64f;
func              528 modules/imgproc/src/sumpixels.cpp         func = (IntegralFunc)integral_64f64f64f;
func              532 modules/imgproc/src/sumpixels.cpp     func( src.ptr(), src.step, sum.ptr(), sum.step, sqsum.ptr(), sqsum.step,
func               92 modules/photo/src/denoising.cuda.cpp     const func_t func = funcs[src.channels() - 1];
func               93 modules/photo/src/denoising.cuda.cpp     CV_Assert(func != 0);
func              101 modules/photo/src/denoising.cuda.cpp     func(src, dst, search_window/2, block_window/2, h, borderMode, StreamAccessor::getStream(stream));
func              283 modules/superres/src/btv_l1.cpp         const func_t func = funcs[cn];
func              284 modules/superres/src/btv_l1.cpp         CV_Assert(func != 0);
func              285 modules/superres/src/btv_l1.cpp         func(_src, _dst, scale);
func              458 modules/superres/src/btv_l1.cpp         const func_t func = funcs[_src.channels()];
func              459 modules/superres/src/btv_l1.cpp         CV_Assert(func != 0);
func              460 modules/superres/src/btv_l1.cpp         func(_src, _dst, btvKernelSize, btvWeights);
func              160 modules/superres/src/btv_l1_cuda.cpp         const func_t func = funcs[src.channels()];
func              162 modules/superres/src/btv_l1_cuda.cpp         func(src, dst, scale, StreamAccessor::getStream(stream));
func              159 modules/superres/src/input_array_utility.cpp     const func_t func = funcs[src_kind][dst_kind];
func              160 modules/superres/src/input_array_utility.cpp     CV_Assert( func != 0 );
func              162 modules/superres/src/input_array_utility.cpp     func(src, dst);
func             2437 modules/ts/include/opencv2/ts/ts_gtest.h       UserThreadFunc func, T param, Notification* thread_can_start)
func             2438 modules/ts/include/opencv2/ts/ts_gtest.h       : func_(func),
func             10536 modules/ts/include/opencv2/ts/ts_gtest.h                                GeneratorCreationFunc* func,
func             10539 modules/ts/include/opencv2/ts/ts_gtest.h     instantiations_.push_back(::std::make_pair(instantiation_name, func));
func              230 modules/ts/src/ts.cpp                     errorStr, exc.err.c_str(), exc.func.size() > 0 ?
func              231 modules/ts/src/ts.cpp                     exc.func.c_str() : "unknown function", exc.file.c_str(), exc.line );
func              485 modules/videoio/src/cap_msmf.cpp     void setEmergencyStopEvent(void *userData, void(*func)(int, void *));
func              549 modules/videoio/src/cap_msmf.cpp     void setEmergencyStopEvent(void *userData, void(*func)(int, void *));
func              677 modules/videoio/src/cap_msmf.cpp     void setEmergencyStopEvent(int deviceID, void *userData, void(*func)(int, void *));
func             1812 modules/videoio/src/cap_msmf.cpp void ImageGrabberThread::setEmergencyStopEvent(void *userData, void(*func)(int, void *))
func             1814 modules/videoio/src/cap_msmf.cpp     if(func)
func             1816 modules/videoio/src/cap_msmf.cpp         igt_func = func;
func             2373 modules/videoio/src/cap_msmf.cpp void videoDevice::setEmergencyStopEvent(void *userData, void(*func)(int, void *))
func             2375 modules/videoio/src/cap_msmf.cpp     vd_func = func;
func             3446 modules/videoio/src/cap_msmf.cpp void videoInput::setEmergencyStopEvent(int deviceID, void *userData, void(*func)(int, void *))
func             3455 modules/videoio/src/cap_msmf.cpp         if(func)
func             3460 modules/videoio/src/cap_msmf.cpp                 VD->setEmergencyStopEvent(userData, func);
func             3649 modules/videoio/src/cap_msmf.cpp     auto func = [_index, context, this](DEFINE_RET_VAL(bool)) -> DEFINE_RET_FORMAL(bool) {
func             3687 modules/videoio/src/cap_msmf.cpp     CREATE_OR_CONTINUE_TASK(openTask, bool, func)
func              443 modules/videoio/src/cap_msmf.hpp #define CREATE_OR_CONTINUE_TASK(_task, rettype, func) _task = (_task == Concurrency::task<rettype>()) ? Concurrency::create_task(func) : _task.then([func](rettype) -> rettype { return func(); });
func              533 modules/videoio/src/cap_msmf.hpp #define CREATE_OR_CONTINUE_TASK(_task, rettype, func) _task = (_task == Concurrency_winrt::task<rettype>()) ? Concurrency_winrt::create_task<rettype>(func) : _task.then([func](rettype, rettype* retVal) -> HRESULT { return func(retVal); });
func             9442 modules/videoio/src/ppltasks_winrt.hpp     task<bool> do_while(std::function<task<bool>(void)> func)
func             9444 modules/videoio/src/ppltasks_winrt.hpp             task<bool> first = func();
func             9447 modules/videoio/src/ppltasks_winrt.hpp                     *retVal = do_while(func);
func               35 samples/gpu/stereo_multi.cpp         void (*func)(void* userData);
func               43 samples/gpu/stereo_multi.cpp         userData->func(userData->param);
func               53 samples/gpu/stereo_multi.cpp     Thread(void (*func)(void* userData), void* userData)
func               55 samples/gpu/stereo_multi.cpp         userData_.func = func;
func               82 samples/gpu/stereo_multi.cpp         void (*func)(void* userData);
func               90 samples/gpu/stereo_multi.cpp         userData->func(userData->param);
func               99 samples/gpu/stereo_multi.cpp     Thread(void (*func)(void* userData), void* userData)
func              101 samples/gpu/stereo_multi.cpp         userData_.func = func;