Lines Matching defs:plane
1376 int plane, int width, int height,
1386 if (plane >= AV_NUM_DATA_POINTERS)
1405 if (comp->plane != plane)
1444 if (plane == 0 || alpha) {
1555 int plane, i;
1557 for (plane = 0;; plane++) {
1558 err = opencl_get_plane_format(pix_fmt, plane, 0, 0,
1621 av_log(hwfc, AV_LOG_ERROR, "Failed to release plane %d: "
1662 "plane %d: %d.\n", p, cle);
1730 "frame object (frame %d plane %d): %d.\n",
1854 "OpenCL image plane %d: %d.\n", p, cle);
1909 "OpenCL image plane %d: %d.\n", p, cle);
1921 // The mapped addresses for each plane.
1946 "image plane %d: %d.\n", p, cle);
2011 "image plane %d: %d.\n", p, cle);
2018 av_log(hwfc, AV_LOG_DEBUG, "Map plane %d (%p -> %p).\n",
2071 "of plane %d of DRM frame: %d.\n", i, cle);
2099 const AVDRMPlaneDescriptor *plane = &layer->planes[j];
2101 &desc->objects[plane->object_index];
2107 .offset = plane->offset,
2108 .row_pitch = plane->pitch,
2118 "plane %d is not representable in OpenCL: %d.\n",
2130 "from layer %d plane %d of DRM frame: %d.\n",
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 "
2740 const AVDRMPlaneDescriptor *plane = &layer->planes[j];
2751 av_log(dst_fc, AV_LOG_ERROR, "Invalid plane %d (DRM "
2752 "layer %d plane %d): %d.\n", p, i, j, err);
2756 region.origin = plane->offset;
2761 clCreateSubBuffer(mapping->object_buffers[plane->object_index],
2767 "for plane %d: %d.\n", p, cle);
2784 "for plane %d: %d.\n", p, cle);