Lines Matching defs:image
713 "Beignet DRM to OpenCL image mapping");
1500 "supported image width: %d.\n", cle);
1508 "supported image height: %d.\n", cle);
1512 av_log(hwdev, AV_LOG_DEBUG, "Maximum supported image size %dx%d.\n",
1521 "image formats: %d.\n", cle);
1526 av_log(hwdev, AV_LOG_ERROR, "No image support in OpenCL "
1527 "driver (zero supported image formats).\n");
1546 "image formats: %d.\n", cle);
1635 cl_mem image;
1654 // For generic image objects, the pitch is determined by the
1658 image = clCreateImage(hwctx->context, CL_MEM_READ_WRITE,
1660 if (!image) {
1661 av_log(hwfc, AV_LOG_ERROR, "Failed to create image for "
1666 desc->planes[p] = image;
1854 "OpenCL image plane %d: %d.\n", p, cle);
1909 "OpenCL image plane %d: %d.\n", p, cle);
1946 "image plane %d: %d.\n", p, cle);
2011 "image plane %d: %d.\n", p, cle);
2070 av_log(dst_fc, AV_LOG_ERROR, "Failed to release CL image "
2129 av_log(dst_fc, AV_LOG_ERROR, "Failed to create CL image "
2236 "image of plane %d of QSV/VAAPI surface: %d\n",
2298 "image from plane %d of QSV/VAAPI surface "
2482 "image from plane %d of DXVA2 surface %d: %d.\n",
2635 "image from plane %d of D3D texture "
2779 // directly and a reference is held by the image.
2783 av_log(dst_fc, AV_LOG_ERROR, "Failed to create image "