context            52 3rdparty/include/ffmpeg_/libavutil/ripemd.h int av_ripemd_init(struct AVRIPEMD* context, int bits);
context            61 3rdparty/include/ffmpeg_/libavutil/ripemd.h void av_ripemd_update(struct AVRIPEMD* context, const uint8_t* data, unsigned int len);
context            69 3rdparty/include/ffmpeg_/libavutil/ripemd.h void av_ripemd_final(struct AVRIPEMD* context, uint8_t *digest);
context            51 3rdparty/include/ffmpeg_/libavutil/sha.h int av_sha_init(struct AVSHA* context, int bits);
context            60 3rdparty/include/ffmpeg_/libavutil/sha.h void av_sha_update(struct AVSHA* context, const uint8_t* data, unsigned int len);
context            68 3rdparty/include/ffmpeg_/libavutil/sha.h void av_sha_final(struct AVSHA* context, uint8_t *digest);
context            52 3rdparty/include/ffmpeg_/libavutil/sha512.h int av_sha512_init(struct AVSHA512* context, int bits);
context            61 3rdparty/include/ffmpeg_/libavutil/sha512.h void av_sha512_update(struct AVSHA512* context, const uint8_t* data, unsigned int len);
context            69 3rdparty/include/ffmpeg_/libavutil/sha512.h void av_sha512_final(struct AVSHA512* context, uint8_t *digest);
context           320 3rdparty/include/ffmpeg_/libswscale/swscale.h struct SwsContext *sws_getCachedContext(struct SwsContext *context,
context          1604 3rdparty/include/opencl/1.2/CL/cl.hpp     static cl_int retain(cl_context context)
context          1605 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clRetainContext(context); }
context          1606 3rdparty/include/opencl/1.2/CL/cl.hpp     static cl_int release(cl_context context)
context          1607 3rdparty/include/opencl/1.2/CL/cl.hpp     { return ::clReleaseContext(context); }
context          1702 3rdparty/include/opencl/1.2/CL/cl.hpp static cl_uint getContextPlatformVersion(cl_context context)
context          1707 3rdparty/include/opencl/1.2/CL/cl.hpp     clGetContextInfo(context, CL_CONTEXT_DEVICES, 0, NULL, &size);
context          1711 3rdparty/include/opencl/1.2/CL/cl.hpp     clGetContextInfo(context, CL_CONTEXT_DEVICES, size, devices, NULL);
context          2519 3rdparty/include/opencl/1.2/CL/cl.hpp     Context(const Context& context) : detail::Wrapper<cl_type>(context) { }
context          2526 3rdparty/include/opencl/1.2/CL/cl.hpp     __CL_EXPLICIT_CONSTRUCTORS Context(const cl_context& context) : detail::Wrapper<cl_type>(context) { }
context          2619 3rdparty/include/opencl/1.2/CL/cl.hpp     Context context = Context::getDefault(&error);
context          2628 3rdparty/include/opencl/1.2/CL/cl.hpp         device = context.getInfo<CL_CONTEXT_DEVICES>()[0];
context          2809 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          2814 3rdparty/include/opencl/1.2/CL/cl.hpp             context(),
context          2999 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3006 3rdparty/include/opencl/1.2/CL/cl.hpp         object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error);
context          3031 3rdparty/include/opencl/1.2/CL/cl.hpp         Context context = Context::getDefault(err);
context          3033 3rdparty/include/opencl/1.2/CL/cl.hpp         object_ = ::clCreateBuffer(context(), flags, size, host_ptr, &error);
context          3069 3rdparty/include/opencl/1.2/CL/cl.hpp         Context context = Context::getDefault(err);
context          3072 3rdparty/include/opencl/1.2/CL/cl.hpp             object_ = ::clCreateBuffer(context(), flags, size, static_cast<DataType*>(&*startIterator), &error);
context          3074 3rdparty/include/opencl/1.2/CL/cl.hpp             object_ = ::clCreateBuffer(context(), flags, size, 0, &error);
context          3171 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_context context, cl_mem_flags flags, ID3D10Buffer*  buffer,
context          3180 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3188 3rdparty/include/opencl/1.2/CL/cl.hpp         vector<cl_context_properties> props = context.getInfo<CL_CONTEXT_PROPERTIES>();
context          3203 3rdparty/include/opencl/1.2/CL/cl.hpp             context(),
context          3270 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3277 3rdparty/include/opencl/1.2/CL/cl.hpp             context(),
context          3353 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3360 3rdparty/include/opencl/1.2/CL/cl.hpp             context(),
context          3505 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3521 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), 
context          3579 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3595 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), 
context          3636 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3655 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), 
context          3705 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3720 3rdparty/include/opencl/1.2/CL/cl.hpp             cl_uint version = detail::getContextPlatformVersion(context());
context          3741 3rdparty/include/opencl/1.2/CL/cl.hpp                 context(),
context          3758 3rdparty/include/opencl/1.2/CL/cl.hpp                 context(), flags,&format, width, height, row_pitch, host_ptr, &error);
context          3826 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3835 3rdparty/include/opencl/1.2/CL/cl.hpp             context(),
context          3896 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3919 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), 
context          3968 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          3985 3rdparty/include/opencl/1.2/CL/cl.hpp             cl_uint version = detail::getContextPlatformVersion(context());
context          4008 3rdparty/include/opencl/1.2/CL/cl.hpp                 context(), 
context          4025 3rdparty/include/opencl/1.2/CL/cl.hpp                 context(), flags, &format, width, height, depth, row_pitch,
context          4092 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          4101 3rdparty/include/opencl/1.2/CL/cl.hpp             context(),
context          4164 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          4173 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), 
context          4233 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          4241 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), 
context          4584 3rdparty/include/opencl/1.2/CL/cl.hpp         Context context = Context::getDefault(err);
context          4587 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), (cl_uint)1, &strings, &length, &error);
context          4619 3rdparty/include/opencl/1.2/CL/cl.hpp         Context context = Context::getDefault(err);
context          4622 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), (cl_uint)1, &strings, &length, &error);
context          4645 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          4656 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), (cl_uint)1, &strings, &length, &error);
context          4679 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          4695 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), (cl_uint)n, strings, lengths, &error);
context          4723 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          4761 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), (cl_uint) devices.size(),
context          4780 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          4795 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), 
context          5073 3rdparty/include/opencl/1.2/CL/cl.hpp         Context context = Context::getDefault(&error);
context          5082 3rdparty/include/opencl/1.2/CL/cl.hpp             Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0];
context          5085 3rdparty/include/opencl/1.2/CL/cl.hpp                 context(), device(), properties, &error);
context          5095 3rdparty/include/opencl/1.2/CL/cl.hpp         const Context& context,
context          5102 3rdparty/include/opencl/1.2/CL/cl.hpp             context(), device(), properties, &error);
context          5137 3rdparty/include/opencl/1.2/CL/cl.hpp         Context context = Context::getDefault(&error);
context          5146 3rdparty/include/opencl/1.2/CL/cl.hpp             Device device = context.getInfo<CL_CONTEXT_DEVICES>()[0];
context          5148 3rdparty/include/opencl/1.2/CL/cl.hpp             default_ = CommandQueue(context, device, 0, &error);
context          6012 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_context context = getInfo<CL_QUEUE_CONTEXT>();
context          6045 3rdparty/include/opencl/1.2/CL/cl.hpp         cl_context context = getInfo<CL_QUEUE_CONTEXT>();
context            86 3rdparty/include/opencl/1.2/CL/cl_d3d10.h     cl_context     context,
context            92 3rdparty/include/opencl/1.2/CL/cl_d3d10.h     cl_context        context,
context            99 3rdparty/include/opencl/1.2/CL/cl_d3d10.h     cl_context        context,
context            86 3rdparty/include/opencl/1.2/CL/cl_d3d11.h     cl_context     context,
context            92 3rdparty/include/opencl/1.2/CL/cl_d3d11.h     cl_context        context,
context            99 3rdparty/include/opencl/1.2/CL/cl_d3d11.h     cl_context        context,
context            99 3rdparty/include/opencl/1.2/CL/cl_dx9_media_sharing.h     cl_context                    context,
context            70 3rdparty/include/opencl/1.2/CL/cl_egl.h 	cl_context                  context,
context           121 3rdparty/include/opencl/1.2/CL/cl_egl.h 	cl_context context,
context           239 3rdparty/libwebp/dec/idec.c                         MBContext* const context) {
context           244 3rdparty/libwebp/dec/idec.c   context->left_ = *left;
context           245 3rdparty/libwebp/dec/idec.c   context->info_ = *info;
context           246 3rdparty/libwebp/dec/idec.c   context->br_ = *br;
context           247 3rdparty/libwebp/dec/idec.c   context->token_br_ = *token_br;
context           248 3rdparty/libwebp/dec/idec.c   memcpy(context->intra_t_, dec->intra_t_ + 4 * dec->mb_x_, 4);
context           249 3rdparty/libwebp/dec/idec.c   memcpy(context->intra_l_, dec->intra_l_, 4);
context           252 3rdparty/libwebp/dec/idec.c static void RestoreContext(const MBContext* context, VP8Decoder* const dec,
context           258 3rdparty/libwebp/dec/idec.c   *left = context->left_;
context           259 3rdparty/libwebp/dec/idec.c   *info = context->info_;
context           260 3rdparty/libwebp/dec/idec.c   *br = context->br_;
context           261 3rdparty/libwebp/dec/idec.c   *token_br = context->token_br_;
context           262 3rdparty/libwebp/dec/idec.c   memcpy(dec->intra_t_ + 4 * dec->mb_x_, context->intra_t_, 4);
context           263 3rdparty/libwebp/dec/idec.c   memcpy(dec->intra_l_, context->intra_l_, 4);
context           443 3rdparty/libwebp/dec/idec.c       MBContext context;
context           444 3rdparty/libwebp/dec/idec.c       SaveContext(dec, token_br, &context);
context           447 3rdparty/libwebp/dec/idec.c         RestoreContext(&context, dec, token_br);
context          2661 modules/core/include/opencv2/core/core_c.h #define OPENCV_ERROR(status,func,context)                           \
context          2662 modules/core/include/opencv2/core/core_c.h cvError((status),(func),(context),__FILE__,__LINE__)
context          2664 modules/core/include/opencv2/core/core_c.h #define OPENCV_ASSERT(expr,func,context)                            \
context          2666 modules/core/include/opencv2/core/core_c.h {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
context           253 modules/core/include/opencv2/core/ocl.hpp     friend void initializeContextFromHandle(Context& ctx, void* platform, void* context, void* device);
context           273 modules/core/include/opencv2/core/ocl.hpp     friend void initializeContextFromHandle(Context& ctx, void* platform, void* context, void* device);
context           280 modules/core/include/opencv2/core/ocl.hpp void initializeContextFromHandle(Context& ctx, void* platform, void* context, void* device);
context            41 modules/core/include/opencv2/core/opencl/opencl_svm.hpp CV_EXPORTS const SVMCapabilities getSVMCapabilitites(const ocl::Context& context);
context            73 modules/core/include/opencv2/core/opencl/opencl_svm.hpp CV_EXPORTS const SVMFunctions* getSVMFunctions(const ocl::Context& context);
context           113 modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp extern CL_RUNTIME_EXPORT clAmdFftStatus (*clAmdFftCreateDefaultPlan)(clAmdFftPlanHandle* plHandle, cl_context context, const clAmdFftDim dim, const size_t* clLengths);
context            32 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment);
context            33 modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp extern CL_RUNTIME_EXPORT void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer);
context           264 modules/core/src/directx.cpp     cl_context context = NULL;
context           288 modules/core/src/directx.cpp             context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
context           324 modules/core/src/directx.cpp                 context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
context           342 modules/core/src/directx.cpp     initializeContextFromHandle(ctx, platforms[found], context, device);
context           372 modules/core/src/directx.cpp     cl_context context = NULL;
context           396 modules/core/src/directx.cpp             context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
context           432 modules/core/src/directx.cpp                 context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
context           450 modules/core/src/directx.cpp     initializeContextFromHandle(ctx, platforms[found], context, device);
context           480 modules/core/src/directx.cpp     cl_context context = NULL;
context           505 modules/core/src/directx.cpp             context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
context           542 modules/core/src/directx.cpp                 context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
context           559 modules/core/src/directx.cpp     initializeContextFromHandle(ctx, platforms[found], context, device);
context           590 modules/core/src/directx.cpp     cl_context context = NULL;
context           615 modules/core/src/directx.cpp             context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
context           652 modules/core/src/directx.cpp                 context = clCreateContext(properties, 1, &device, NULL, NULL, &status);
context           669 modules/core/src/directx.cpp     initializeContextFromHandle(ctx, platforms[found], context, device);
context           724 modules/core/src/directx.cpp     cl_context context = (cl_context)ctx.ptr();
context           733 modules/core/src/directx.cpp     cl_mem clImage = clCreateFromD3D11Texture2DKHR(context, CL_MEM_WRITE_ONLY, pD3D11Texture2D, 0, &status);
context           781 modules/core/src/directx.cpp     cl_context context = (cl_context)ctx.ptr();
context           792 modules/core/src/directx.cpp     cl_mem clImage = clCreateFromD3D11Texture2DKHR(context, CL_MEM_READ_ONLY, pD3D11Texture2D, 0, &status);
context           872 modules/core/src/directx.cpp     cl_context context = (cl_context)ctx.ptr();
context           881 modules/core/src/directx.cpp     cl_mem clImage = clCreateFromD3D10Texture2DKHR(context, CL_MEM_WRITE_ONLY, pD3D10Texture2D, 0, &status);
context           929 modules/core/src/directx.cpp     cl_context context = (cl_context)ctx.ptr();
context           940 modules/core/src/directx.cpp     cl_mem clImage = clCreateFromD3D10Texture2DKHR(context, CL_MEM_READ_ONLY, pD3D10Texture2D, 0, &status);
context          1023 modules/core/src/directx.cpp     cl_context context = (cl_context)ctx.ptr();
context          1033 modules/core/src/directx.cpp     cl_mem clImage = clCreateFromDX9MediaSurfaceKHR(context, CL_MEM_WRITE_ONLY,
context          1087 modules/core/src/directx.cpp     cl_context context = (cl_context)ctx.ptr();
context          1099 modules/core/src/directx.cpp     cl_mem clImage = clCreateFromDX9MediaSurfaceKHR(context, CL_MEM_READ_ONLY,
context          2209 modules/core/src/dxt.cpp             context((cl_context)ocl::Context::getDefault().ptr()), plHandle(0)
context          2287 modules/core/src/dxt.cpp         cl_context context;
context          2315 modules/core/src/dxt.cpp                 if (plan->context != currentContext)
context           859 modules/core/src/ocl.cpp OCL_FUNC(cl_int, clReleaseContext, (cl_context context), (context))
context           882 modules/core/src/ocl.cpp     (cl_context context,
context           886 modules/core/src/ocl.cpp     (context, device, properties, errcode_ret))
context           891 modules/core/src/ocl.cpp     (cl_context context,
context           896 modules/core/src/ocl.cpp     (context, flags, size, host_ptr, errcode_ret))
context           919 modules/core/src/ocl.cpp     (cl_context context,
context           925 modules/core/src/ocl.cpp     (context, flags, image_format, image_desc, host_ptr, errcode_ret))
context           928 modules/core/src/ocl.cpp     (cl_context context,
context           936 modules/core/src/ocl.cpp     (context, flags, image_format, image_width, image_height, image_row_pitch, host_ptr, errcode_ret))
context           939 modules/core/src/ocl.cpp  (cl_context context,
context           945 modules/core/src/ocl.cpp  (context, flags, image_type, num_entries, image_formats, num_image_formats))
context          1111 modules/core/src/ocl.cpp     (cl_context context,
context          1116 modules/core/src/ocl.cpp     (context, count, strings, lengths, errcode_ret))
context          1119 modules/core/src/ocl.cpp     (cl_context context,
context          1126 modules/core/src/ocl.cpp     (context, num_devices, device_list, lengths, binaries, binary_status, errcode_ret))
context          2466 modules/core/src/ocl.cpp     static Context::Impl* get(Context& context) { return context.p; }
context          2895 modules/core/src/ocl.cpp const SVMCapabilities getSVMCapabilitites(const ocl::Context& context)
context          2897 modules/core/src/ocl.cpp     Context::Impl* i = context.p;
context          2904 modules/core/src/ocl.cpp CV_EXPORTS const SVMFunctions* getSVMFunctions(const ocl::Context& context)
context          2906 modules/core/src/ocl.cpp     Context::Impl* i = context.p;
context          2931 modules/core/src/ocl.cpp     cl_context context = (cl_context)_context;
context          2942 modules/core/src/ocl.cpp     impl->handle = context;
context          5564 modules/core/src/ocl.cpp         cl_context context = (cl_context)Context::getDefault().ptr();
context          5567 modules/core/src/ocl.cpp         cl_int err = clGetSupportedImageFormats(context, CL_MEM_READ_WRITE,
context          5571 modules/core/src/ocl.cpp         err = clGetSupportedImageFormats(context, CL_MEM_READ_WRITE,
context          5603 modules/core/src/ocl.cpp         cl_context context = (cl_context)Context::getDefault().ptr();
context          5625 modules/core/src/ocl.cpp             handle = clCreateImage(context, CL_MEM_READ_WRITE, &format, &desc, NULL, &err);
context          5632 modules/core/src/ocl.cpp             handle = clCreateImage2D(context, CL_MEM_READ_WRITE, &format, src.cols, src.rows, 0, NULL, &err);
context          5643 modules/core/src/ocl.cpp             devData = clCreateBuffer(context, CL_MEM_READ_ONLY, src.cols * src.rows * src.elemSize(), NULL, &err);
context           206 modules/core/src/opencl/runtime/opencl_core.cpp void* (CL_API_CALL *clSVMAlloc)(cl_context context, cl_svm_mem_flags flags, size_t size, unsigned int alignment) =
context           209 modules/core/src/opencl/runtime/opencl_core.cpp void (CL_API_CALL *clSVMFree)(cl_context context, void* svm_pointer) =
context           184 modules/core/src/parallel.cpp     static void block_function(void* context, size_t index)
context           186 modules/core/src/parallel.cpp         ProxyLoopBody* ptr_body = static_cast<ProxyLoopBody*>(context);
context            21 modules/core/test/test_arithm.cpp     BaseElemWiseOp() { flags = 0; alpha = beta = 0; gamma = Scalar::all(0); ninputs = 0; context = 1; }
context            92 modules/core/test/test_arithm.cpp     int context;
context          1066 modules/core/test/test_arithm.cpp         context = 3;
context          1110 modules/core/test/test_arithm.cpp         context = 3;
context          1133 modules/core/test/test_arithm.cpp         context = 3;
context          1193 modules/core/test/test_arithm.cpp         context = 7;
context          1233 modules/core/test/test_arithm.cpp         context = 1;
context          1280 modules/core/test/test_arithm.cpp         context = ARITHM_MAX_NDIMS*2 + 2;
context          1364 modules/core/test/test_arithm.cpp         ASSERT_PRED_FORMAT2(cvtest::MatComparator(maxErr, op->context), dst0, dst) << "\nsrc[0] ~ " <<
context            28 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java     public static Context context;
context            55 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java         File cache = context.getCacheDir();
context            98 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java         context = getContext();
context            99 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java         Assert.assertTrue("Context can't be 'null'", context != null);
context           100 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java         LENA_PATH = Utils.exportResource(context, R.drawable.lena);
context           101 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java         CHESS_PATH = Utils.exportResource(context, R.drawable.chessboard);
context           102 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java         LBPCASCADE_FRONTALFACE_PATH = Utils.exportResource(context, R.raw.lbpcascade_frontalface);
context           122 modules/java/android_test/src/org/opencv/test/OpenCVTestRunner.java         return context.getExternalFilesDir(null).getAbsolutePath() + File.separatorChar + name;
context            54 modules/java/generator/src/java/android+AsyncServiceHelper.java     protected static boolean InstallServiceQuiet(Context context)
context            61 modules/java/generator/src/java/android+AsyncServiceHelper.java             context.startActivity(intent);
context            60 modules/java/generator/src/java/android+CameraBridgeViewBase.java     public CameraBridgeViewBase(Context context, int cameraId) {
context            61 modules/java/generator/src/java/android+CameraBridgeViewBase.java         super(context);
context            68 modules/java/generator/src/java/android+CameraBridgeViewBase.java     public CameraBridgeViewBase(Context context, AttributeSet attrs) {
context            69 modules/java/generator/src/java/android+CameraBridgeViewBase.java         super(context, attrs);
context            59 modules/java/generator/src/java/android+JavaCameraView.java     public JavaCameraView(Context context, int cameraId) {
context            60 modules/java/generator/src/java/android+JavaCameraView.java         super(context, cameraId);
context            63 modules/java/generator/src/java/android+JavaCameraView.java     public JavaCameraView(Context context, AttributeSet attrs) {
context            64 modules/java/generator/src/java/android+JavaCameraView.java         super(context, attrs);
context            19 modules/java/generator/src/java/android+Utils.java     public static String exportResource(Context context, int resourceId) {
context            20 modules/java/generator/src/java/android+Utils.java         return exportResource(context, resourceId, "OpenCV_data");
context            23 modules/java/generator/src/java/android+Utils.java     public static String exportResource(Context context, int resourceId, String dirname) {
context            24 modules/java/generator/src/java/android+Utils.java         String fullname = context.getResources().getString(resourceId);
context            27 modules/java/generator/src/java/android+Utils.java             InputStream is = context.getResources().openRawResource(resourceId);
context            28 modules/java/generator/src/java/android+Utils.java             File resDir = context.getDir(dirname, Context.MODE_PRIVATE);
context            49 modules/java/generator/src/java/android+Utils.java     public static Mat loadResource(Context context, int resourceId) throws IOException
context            51 modules/java/generator/src/java/android+Utils.java         return loadResource(context, resourceId, -1);
context            54 modules/java/generator/src/java/android+Utils.java     public static Mat loadResource(Context context, int resourceId, int flags) throws IOException
context            56 modules/java/generator/src/java/android+Utils.java         InputStream is = context.getResources().openRawResource(resourceId);
context           178 modules/ts/include/opencv2/ts.hpp     MatComparator(double maxdiff, int context);
context           186 modules/ts/include/opencv2/ts.hpp     int context;
context          2932 modules/ts/src/ts_func.cpp     int border = dims <= 2 ? context : 0;
context           171 modules/videoio/src/cap_gphoto2.cpp     GPContext * context = NULL;
context           323 modules/videoio/src/cap_gphoto2.cpp     context = gp_context_new();
context           325 modules/videoio/src/cap_gphoto2.cpp     gp_context_set_error_func(context, ctxErrorFunc, (void*) this);
context           326 modules/videoio/src/cap_gphoto2.cpp     gp_context_set_status_func(context, ctxStatusFunc, (void*) this);
context           327 modules/videoio/src/cap_gphoto2.cpp     gp_context_set_message_func(context, ctxMessageFunc, (void*) this);
context           333 modules/videoio/src/cap_gphoto2.cpp         CR(gp_abilities_list_load(abilitiesList, context));
context           341 modules/videoio/src/cap_gphoto2.cpp         CR(gp_camera_autodetect(allDevices, context));
context           394 modules/videoio/src/cap_gphoto2.cpp         gp_context_unref(context);
context           395 modules/videoio/src/cap_gphoto2.cpp         context = NULL;
context           433 modules/videoio/src/cap_gphoto2.cpp         CR(gp_camera_init(camera, context));
context           478 modules/videoio/src/cap_gphoto2.cpp             CR(gp_camera_exit(camera, context));
context           805 modules/videoio/src/cap_gphoto2.cpp         CR(gp_camera_set_config(camera, rootWidget, context));
context           839 modules/videoio/src/cap_gphoto2.cpp             CR(gp_camera_capture_preview(camera, file, context));
context           844 modules/videoio/src/cap_gphoto2.cpp             CR(gp_camera_capture(camera, GP_CAPTURE_IMAGE, &filePath, context));
context           846 modules/videoio/src/cap_gphoto2.cpp                     file, context));
context           847 modules/videoio/src/cap_gphoto2.cpp             CR(gp_camera_file_delete(camera, filePath.folder, filePath.name, context));
context           945 modules/videoio/src/cap_gphoto2.cpp     CR(gp_camera_get_config(camera, &rootWidget, context));
context          2118 modules/videoio/src/cap_msmf.cpp         SAVE_CURRENT_CONTEXT(context);
context          2119 modules/videoio/src/cap_msmf.cpp         vd_pAction = reinterpret_cast<MAKE_WRL_REF(_AsyncAction)>(BEGIN_CREATE_ASYNC(void, _task, pOldAction, context, &pAgileMedCap, this)
context          2125 modules/videoio/src/cap_msmf.cpp                 BEGIN_CALL_IN_CONTEXT(hr, context, pAgileMedCap, this)
context          2280 modules/videoio/src/cap_msmf.cpp     SAVE_CURRENT_CONTEXT(context);
context          2281 modules/videoio/src/cap_msmf.cpp     vd_pAction = reinterpret_cast<MAKE_WRL_REF(_AsyncAction)>(BEGIN_CREATE_ASYNC(void, pOldAction, context, this)
context          2290 modules/videoio/src/cap_msmf.cpp             BEGIN_CALL_IN_CONTEXT(hr, context, pDevInfo, &_task, context, this)
context          2306 modules/videoio/src/cap_msmf.cpp                     if (SUCCEEDED(hr)) reinterpret_cast<ABI::Windows::Media::Capture::IMediaCapture*>(DEREF_AGILE_WRL_OBJ(vd_pMedCap))->add_Failed(Microsoft::WRL::Callback<ABI::Windows::Media::Capture::IMediaCaptureFailedEventHandler>([this, context](ABI::Windows::Media::Capture::IMediaCapture*, ABI::Windows::Media::Capture::IMediaCaptureFailedEventArgs*) -> HRESULT {
context          2308 modules/videoio/src/cap_msmf.cpp                             BEGIN_CALL_IN_CONTEXT(hr, context, this)
context          2685 modules/videoio/src/cap_msmf.cpp             SAVE_CURRENT_CONTEXT(context);
context          2686 modules/videoio/src/cap_msmf.cpp             vd_pAction = reinterpret_cast<MAKE_WRL_REF(_AsyncAction)>(BEGIN_CREATE_ASYNC(void, pOldAction, context, id, this)
context          2699 modules/videoio/src/cap_msmf.cpp                 BEGIN_CALL_IN_CONTEXT(hr, context, id, &_task, this)
context          2875 modules/videoio/src/cap_msmf.cpp            SAVE_CURRENT_CONTEXT(context);
context          2876 modules/videoio/src/cap_msmf.cpp            vds_enumTask = reinterpret_cast<MAKE_WRL_REF(_AsyncAction)>(BEGIN_CREATE_ASYNC(void, pAction, context, this)
context          2887 modules/videoio/src/cap_msmf.cpp                         BEGIN_CALL_IN_CONTEXT(hr, context, vd, pDevice, i)
context          3648 modules/videoio/src/cap_msmf.cpp     SAVE_CURRENT_CONTEXT(context);
context          3649 modules/videoio/src/cap_msmf.cpp     auto func = [_index, context, this](DEFINE_RET_VAL(bool)) -> DEFINE_RET_FORMAL(bool) {
context          3662 modules/videoio/src/cap_msmf.cpp     BEGIN_CALL_IN_CONTEXT(hr, context, this, try_index)
context          3670 modules/videoio/src/cap_msmf.cpp     BEGIN_CALL_IN_CONTEXT(hr, context, this, try_index)
context           105 modules/videoio/src/cap_openni.cpp         context(_context), depthGenerator(_depthGenerator), imageGenerator(_imageGenerator),
context           171 modules/videoio/src/cap_openni.cpp     xn::Context &context;
context           202 modules/videoio/src/cap_openni.cpp                 XnStatus status = approxSyncGrabber.context.WaitAnyUpdateAll();
context           488 modules/videoio/src/cap_openni.cpp     xn::Context context;
context           562 modules/videoio/src/cap_openni.cpp     status = context.Init();
context           571 modules/videoio/src/cap_openni.cpp     status = context.EnumerateProductionTrees( XN_NODE_TYPE_DEVICE, NULL, devicesList, 0 );
context           588 modules/videoio/src/cap_openni.cpp     status = context.CreateProductionTree( deviceNode, productionNode );
context           596 modules/videoio/src/cap_openni.cpp     status = context.RunXmlScript( XMLConfig.c_str(), scriptNode );
context           606 modules/videoio/src/cap_openni.cpp     status = context.EnumerateExistingNodes( depthList, XN_NODE_TYPE_DEPTH );
context           617 modules/videoio/src/cap_openni.cpp     status = depthGenerator.Create( context );
context           626 modules/videoio/src/cap_openni.cpp     status = context.EnumerateExistingNodes( imageList, XN_NODE_TYPE_IMAGE );
context           635 modules/videoio/src/cap_openni.cpp         status = imageGenerator.Create( context );
context           662 modules/videoio/src/cap_openni.cpp     status = context.StartGeneratingAll();
context           692 modules/videoio/src/cap_openni.cpp     status = context.Init();
context           700 modules/videoio/src/cap_openni.cpp     status = context.OpenFileRecording( filename, productionNode );
context           707 modules/videoio/src/cap_openni.cpp     context.FindExistingNode( XN_NODE_TYPE_DEPTH, depthGenerator );
context           708 modules/videoio/src/cap_openni.cpp     context.FindExistingNode( XN_NODE_TYPE_IMAGE, imageGenerator );
context           723 modules/videoio/src/cap_openni.cpp     context.StopGeneratingAll();
context           724 modules/videoio/src/cap_openni.cpp     context.Release();
context           880 modules/videoio/src/cap_openni.cpp                 approxSyncGrabber.reset(new ApproximateSyncGrabber( context, depthGenerator, imageGenerator, maxBufferSize, isCircleBuffer, maxTimeDuration ));
context          1128 modules/videoio/src/cap_openni.cpp         XnStatus status = context.WaitAndUpdateAll();
context            13 platforms/android/service/engine/src/org/opencv/engine/MarketConnector.java     public MarketConnector(Context context) {
context            14 platforms/android/service/engine/src/org/opencv/engine/MarketConnector.java         mContext = context;
context            20 samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/Tutorial3View.java     public Tutorial3View(Context context, AttributeSet attrs) {
context            21 samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/Tutorial3View.java         super(context, attrs);
context            48 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp     ComPtr<ID3D11DeviceContext> context;
context            60 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp             &context // Returns the device immediate context.
context            70 samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp         context.As(&m_d3dContext)
context            48 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp     ComPtr<ID3D11DeviceContext> context;
context            60 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp             &context // Returns the device immediate context.
context            70 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp         context.As(&m_d3dContext)