Crate fuchsia_image_format

Source

Constants§

BUFFER_COLLECTION_CONSTRAINTS_DEFAULT
The default buffer collection constraints for allocating buffers.
BUFFER_MEMORY_CONSTRAINTS_DEFAULT
The default buffer memory constraints for allocating buffers.
BUFFER_USAGE_DEFAULT
The default buffers usage for allocating buffers.
DRM_FORMAT_ABGR8888
DRM_FORMAT_ARGB8888
DRM_FORMAT_MOD_INVALID
DRM_FORMAT_MOD_LINEAR
DRM_FORMAT_MOD_RESERVED
DRM_FORMAT_MOD_VENDOR_INTEL
DRM_FORMAT_MOD_VENDOR_NONE
DRM_FORMAT_RGB565
DRM_FORMAT_XBGR8888
DRM_FORMAT_XRGB8888
I915_FORMAT_MOD_X_TILED
I915_FORMAT_MOD_YF_TILED
I915_FORMAT_MOD_YF_TILED_CCS
I915_FORMAT_MOD_Y_TILED
I915_FORMAT_MOD_Y_TILED_CCS
IMAGE_FORMAT_CONSTRAINTS_DEFAULT
The default image format constraints for allocating buffers.

Functions§

constraints_to_format
Converts a fsysmem::ImageFormatConstraints to an fsysmem::ImageFormat2.
constraints_to_image_format
Converts a fsysmem::ImageFormatConstraints to an fimages2::ImageFormat.
drm_format_to_images2_format
drm_format_to_sysmem_format
drm_format_to_vulkan_format
drm_modifier_to_sysmem_modifier
drm_modifier_to_sysmem_modifier_2
get_plane_row_bytes
Returns the number of bytes per row for a given plane.
get_plane_row_bytes_2
Returns the number of bytes per row for a given plane.
image_format_minimum_row_bytes
Returns the minimum row bytes for the given constraints and width.
image_format_minimum_row_bytes_2
Returns the minimum row bytes for the given constraints and width.
image_format_plane_byte_offset
Returns the byte offset for the given plane.
image_format_plane_byte_offset_2
Returns the byte offset for the given plane.
image_format_stride_bytes_per_width_pixel
image_format_stride_bytes_per_width_pixel_2
images2_color_space_from_sysmem_color_space_type
images2_image_format_from_sysmem_image_format
images2_pixel_format_from_sysmem_pixel_format_type
images2_pixel_format_modifier_from_sysmem_pixel_format_modifier
linear_size
Returns the linear size for the given type_.
min_bytes_per_row
round_up_to_increment
sysmem1_color_space_type_from_images2_color_space
sysmem1_image_format_from_images2_image_format
sysmem1_pixel_format_modifier_from_images2_pixel_format_modifier
sysmem1_pixel_format_type_from_images2_pixel_format
sysmem_modifier_to_drm_modifier
sysmem_modifier_to_drm_modifier_2