/third_party/ffmpeg/libavfilter/ |
H A D | vf_midequalizer.c | 34 int planes; member 54 { "planes", "set planes", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=0xF}, 0, 0xF, FLAGS }, 109 if (!((1 << p) & s->planes)) { in process_frame()
|
H A D | vf_threshold.c | 41 { "planes", "set planes to filter", OFFSET(planes), AV_OPT_TYPE_INT, {.i64=15}, 0, 15, FLAGS}, 92 if (!(s->planes & (1 << p))) { in filter_slice()
|
H A D | vf_vidstabtransform.c | 250 for (plane = 0; plane < vsTransformGetSrcFrameInfo(td)->planes; plane++) { in filter_frame() 258 for (plane = 0; plane < vsTransformGetDestFrameInfo(td)->planes; plane++) { in filter_frame()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_gain_map.cpp | 256 uint32 planes) in dng_gain_map() 261 , fPlanes (planes) in dng_gain_map() 263 , fRowStep (SafeUint32Mult(planes, points.h)) in dng_gain_map() 252 dng_gain_map(dng_memory_allocator &allocator, const dng_point &points, const dng_point_real64 &spacing, const dng_point_real64 &origin, uint32 planes) dng_gain_map() argument
|
/drivers/hdf_core/framework/model/camera/buffer_manager/src/ |
H A D | buffer_queue.c | 181 buffer->planes[planeId].length = planeSizes[planeId]; in BufferQueueAllocBuffers() 182 buffer->planes[planeId].minLength = planeSizes[planeId]; in BufferQueueAllocBuffers() 196 HDF_LOGI("%s: allocated %{public}d buffers and %{public}d planes", __func__, bufferId, planeId); in BufferQueueAllocBuffers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_irq.c | 278 max_planes = min(ARRAY_SIZE(priv->planes), in omap_drm_irq_install() 281 if (priv->planes[i]) in omap_drm_irq_install()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/ |
H A D | tidss_kms.c | 65 * Add all active planes on a CRTC to the atomic state, if in tidss_atomic_check() 187 /* all planes can be on any crtc */ in tidss_dispc_modeset_init() 207 tidss->planes[tidss->num_planes++] = &tplane->plane; in tidss_dispc_modeset_init() 232 /* create overlay planes of the leftover planes */ in tidss_dispc_modeset_init() 247 tidss->planes[tidss->num_planes++] = &tplane->plane; in tidss_dispc_modeset_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_irq.c | 269 max_planes = min(ARRAY_SIZE(priv->planes), in omap_drm_irq_install() 272 if (priv->planes[i]) in omap_drm_irq_install()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 309 struct pipe_resource *planes[3] = { in convert_planar_resource() local 313 struct d3d12_resource *plane_res = d3d12_resource(planes[plane]); in convert_planar_resource() 716 * On Map/Unmap operations, we readback or flush all the underlying planes 723 * accordingly for the GPU copy operation between planes. 739 /* first_plane.width = width_multiplier * planes[res->plane_slice].width*/ in d3d12_adjust_transfer_dimensions_for_plane() 740 /* first_plane.height = height_multiplier * planes[res->plane_slice].height*/ in d3d12_adjust_transfer_dimensions_for_plane() 760 pipe_resource **planes, in d3d12_resource_get_planes_info() 770 planes[plane_slice] = cur_plane_resource; in d3d12_resource_get_planes_info() 804 pipe_resource *planes[d3d12_max_planes]; in d3d12_resource_get_info() local 812 planes, in d3d12_resource_get_info() 758 d3d12_resource_get_planes_info(pipe_resource *pres, unsigned num_planes, pipe_resource **planes, unsigned *strides, unsigned *layer_strides, unsigned *offsets, unsigned *staging_res_size) d3d12_resource_get_planes_info() argument 1609 pipe_resource *planes[d3d12_max_planes]; d3d12_transfer_map() local 1762 pipe_resource *planes[d3d12_max_planes]; d3d12_transfer_unmap() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 93 const deUint32 planeW = m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess() 94 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 112 const deUint32 planeW = m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess() 113 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 216 TCU_THROW(NotSupportedError, "Disjoint planes are not supported for format"); in checkImageSupport() 502 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() 722 const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() 1003 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); 1004 DE_ASSERT(size.y() % (formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor) == 0); 1006 deUint32 accessWidth = size.x() / ( formatInfo.blockWidth * formatInfo.planes[planeNd [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 93 const deUint32 planeW = m_size.x() / ( m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess() 94 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 112 const deUint32 planeW = m_size.x() / (m_description.blockWidth * m_description.planes[planeNdx].widthDivisor); in getChannelAccess() 113 planeRowPitches[planeNdx] = m_description.planes[planeNdx].elementSizeBytes * planeW; in getChannelAccess() 216 TCU_THROW(NotSupportedError, "Disjoint planes are not supported for format"); in checkImageSupport() 502 const deUint32 planeH = imageData.getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in fillImageMemory() 721 const deUint32 planeH = imageData->getSize().y() / formatDesc.planes[planeNdx].heightDivisor; in readImageMemory() 1002 DE_ASSERT(size.x() % (formatInfo.blockWidth * formatInfo.planes[planeNdx].widthDivisor) == 0); 1003 DE_ASSERT(size.y() % (formatInfo.blockHeight * formatInfo.planes[planeNdx].heightDivisor) == 0); 1005 deUint32 accessWidth = size.x() / ( formatInfo.blockWidth * formatInfo.planes[planeNd [all...] |
/third_party/backends/backend/ |
H A D | pieusb.c | 1272 /* Create array of pointers to color planes R, G, B, I */ in sane_start() 1273 SANE_Uint *planes[PLANES]; in sane_start() local 1276 planes[0] = scanner->buffer.data; in sane_start() 1277 planes[1] = scanner->buffer.data + N; in sane_start() 1278 planes[2] = scanner->buffer.data + 2 * N; in sane_start() 1279 planes[3] = scanner->buffer.data + 3 * N; in sane_start() 1281 sanei_pieusb_post (scanner, planes, scanner->buffer.colors); in sane_start()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 94 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_uint64" : "%type_uint"); in getImageComponentTypeName() 96 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_int64" : "%type_int"); in getImageComponentTypeName() 131 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_u64vec4" : "%type_uvec4"); in getImageComponentVec4TypeName() 133 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_i64vec4" : "%type_ivec4"); in getImageComponentVec4TypeName() 543 imageSizeInPixels += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate() 591 const deUint32 mipLevelSizeInPixels = getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 94 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_uint64" : "%type_uint"); in getImageComponentTypeName() 96 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_int64" : "%type_int"); in getImageComponentTypeName() 131 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_u64vec4" : "%type_uvec4"); in getImageComponentVec4TypeName() 133 return (formatIsR64(description.planes[0].planeCompatibleFormat) ? "%type_i64vec4" : "%type_ivec4"); in getImageComponentVec4TypeName() 543 imageSizeInPixels += getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate() 591 const deUint32 mipLevelSizeInPixels = getImageMipLevelSizeInBytes(imageSparseInfo.extent, imageSparseInfo.arrayLayers, formatDescription, planeNdx, mipmapNdx) / formatDescription.planes[planeNdx].elementSizeBytes; in iterate()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 222 const struct anv_surface *surface = &image->planes[plane].primary_surface; in get_blorp_surf_for_anv_image() 236 const struct anv_surface *aux_surface = &image->planes[plane].aux_surface; in get_blorp_surf_for_anv_image() 280 if (!anv_surface_is_valid(&image->planes[plane].shadow_surface)) in get_blorp_surf_for_anv_shadow_image() 283 const struct anv_surface *surface = &image->planes[plane].shadow_surface; in get_blorp_surf_for_anv_shadow_image() 1617 image->planes[plane].aux_usage, &stencil); in anv_image_clear_depth_stencil() 1688 image->planes[plane].aux_usage, &surf); in anv_image_hiz_op() 1719 image->planes[plane].aux_usage, &depth); in anv_image_hiz_clear() 1729 image->planes[plane].aux_usage, &stencil); in anv_image_hiz_clear() 1924 image->planes[plane].aux_usage, in anv_image_ccs_op()
|
H A D | anv_descriptor_set.c | 206 * number of planes so we don't have to bother with walking arrays and in anv_descriptor_size() 1450 image_view->planes[p].general_sampler_surface_state : in anv_descriptor_set_write_image_view() 1451 image_view->planes[p].optimal_sampler_surface_state; in anv_descriptor_set_write_image_view() 1477 image_view->planes[0].storage_surface_state.state), in anv_descriptor_set_write_image_view() 1479 image_view->planes[0].lowered_storage_surface_state.state), in anv_descriptor_set_write_image_view() 1488 &image_view->planes[0].lowered_storage_image_param; in anv_descriptor_set_write_image_view() 1502 (uint8_t)image_view->planes[p].isl.swizzle.r, in anv_descriptor_set_write_image_view() 1503 (uint8_t)image_view->planes[p].isl.swizzle.g, in anv_descriptor_set_write_image_view() 1504 (uint8_t)image_view->planes[p].isl.swizzle.b, in anv_descriptor_set_write_image_view() 1505 (uint8_t)image_view->planes[ in anv_descriptor_set_write_image_view() [all...] |
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.cpp | 556 2, // planes in getYCbCrPlanarFormatDescription() 575 2, // planes in getYCbCrPlanarFormatDescription() 594 2, // planes in getYCbCrPlanarFormatDescription() 613 2, // planes in getYCbCrPlanarFormatDescription() 643 1, // planes in getYCbCrPlanarFormatDescription() 662 1, // planes in getYCbCrPlanarFormatDescription() 681 3, // planes in getYCbCrPlanarFormatDescription() 700 2, // planes in getYCbCrPlanarFormatDescription() 719 3, // planes in getYCbCrPlanarFormatDescription() 738 2, // planes in getYCbCrPlanarFormatDescription() [all...] |
/drivers/hdf_core/framework/include/camera/ |
H A D | camera_product.h | 218 struct UserCameraPlane *planes;
member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-v4l2.h | 39 * @planes: plane information (userptr/fd, length, bytesused, data_offset). 53 struct vb2_plane planes[VB2_MAX_PLANES]; member
|
/kernel/linux/linux-5.10/include/video/ |
H A D | uvesafb.h | 49 u8 planes; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_frame_public.h | 64 /* Container for planar YUV frames. This contains 3 planes. 183 } planes; /** frame planes, select the right one based on member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-v4l2.h | 39 * @planes: plane information (userptr/fd, length, bytesused, data_offset). 53 struct vb2_plane planes[VB2_MAX_PLANES]; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_frame_public.h | 65 /* Container for planar YUV frames. This contains 3 planes. 194 } planes; /** frame planes, select the right one based on member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | uvesafb.h | 49 u8 planes; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | cfhd.h | 153 int planes; member
|