Lines Matching defs:context

88     // The platform the context exists on.  This is needed to query and
137 // context. If the user supplies one, this is a reference to it.
166 cle = clReleaseContext(hwctx->context);
169 "context: %d.\n", cle);
300 void *context)
331 void *context)
333 AVDictionary *opts = context;
368 void *context)
406 void *context)
408 AVDictionary *opts = context;
472 void *context;
476 void *context);
480 void *context);
486 void *context);
490 void *context);
513 selector->context);
536 selector->context);
545 selector->context);
567 selector->context);
606 hwctx->context = clCreateContext(props, 1, &hwctx->device_id,
608 if (!hwctx->context) {
609 av_log(hwdev, AV_LOG_ERROR, "Failed to create OpenCL context: "
630 .context = opts,
674 priv->command_queue = clCreateCommandQueue(hwctx->context,
739 cle = clGetContextInfo(hwctx->context, CL_CONTEXT_PROPERTIES,
742 av_log(hwdev, AV_LOG_VERBOSE, "Failed to get context "
748 "enabled on context creation to use QSV to "
757 cle = clGetContextInfo(hwctx->context, CL_CONTEXT_PROPERTIES,
760 av_log(hwdev, AV_LOG_VERBOSE, "Failed to get context "
774 "enabled on context creation to use QSV to "
780 "required on context creation to use QSV to "
914 void *context)
934 void *context)
936 VADisplay va_display = context;
984 void *context)
1002 void *context)
1020 void *context)
1022 IDirect3DDevice9 *device = context;
1075 void *context)
1093 void *context)
1095 ID3D11Device *device = context;
1146 void *context)
1172 void *context)
1188 void *context)
1225 .context = selector_opts,
1257 .context = src_hwctx->display,
1300 .context = device,
1337 .context = src_hwctx->device,
1355 .context = NULL,
1515 cle = clGetSupportedImageFormats(hwctx->context,
1539 cle = clGetSupportedImageFormats(hwctx->context,
1658 image = clCreateImage(hwctx->context, CL_MEM_READ_WRITE,
2126 priv->clCreateImageFromFdINTEL(hwctx->context,
2295 dst_dev->context, cl_flags, &va_surface, p, &cle);
2389 "is not in the mapped frames context.\n");
2477 dst_dev->context, cl_flags,
2631 dst_dev->context, cl_flags, src_hwctx->texture,
2724 clImportMemoryARM(dst_dev->context, cl_flags, props,
2775 clCreateImage(dst_dev->context, cl_flags,