Searched refs:drm_fourcc (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/ |
D | u_gralloc_fallback.c | 168 int drm_fourcc = 0; in fallback_gralloc_get_yuv_info() local 198 drm_fourcc = in fallback_gralloc_get_yuv_info() 200 if (drm_fourcc == -1) { in fallback_gralloc_get_yuv_info() 208 out->drm_fourcc = drm_fourcc; in fallback_gralloc_get_yuv_info() 257 int drm_fourcc = 0; in fallback_gralloc_get_buffer_info() local 285 drm_fourcc = get_fourcc(hnd->hal_format); in fallback_gralloc_get_buffer_info() 286 if (drm_fourcc == -1) { in fallback_gralloc_get_buffer_info() 297 out->drm_fourcc = drm_fourcc; in fallback_gralloc_get_buffer_info()
|
D | u_gralloc_cros_api.c | 40 uint32_t drm_fourcc; member 59 out->drm_fourcc = info.drm_fourcc; in cros_get_buffer_info()
|
D | u_gralloc_imapper4_api.cpp | 107 uint32_t drm_fourcc; in mapper4_get_buffer_basic_info() local 110 android::gralloc4::decodePixelFormatFourCC(encoded_format, &drm_fourcc); in mapper4_get_buffer_basic_info() 128 out->drm_fourcc = drm_fourcc; in mapper4_get_buffer_basic_info()
|
D | u_gralloc.h | 34 uint32_t drm_fourcc; member
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | MapperMetadata.cpp | 119 uint32_t drm_fourcc; in plane_layout_components_from_handle() member 127 .drm_fourcc = DRM_FORMAT_RGB565, in plane_layout_components_from_handle() 131 .drm_fourcc = DRM_FORMAT_BGR565, in plane_layout_components_from_handle() 136 .drm_fourcc = DRM_FORMAT_BGR888, in plane_layout_components_from_handle() 141 .drm_fourcc = DRM_FORMAT_ARGB8888, in plane_layout_components_from_handle() 145 .drm_fourcc = DRM_FORMAT_ABGR8888, in plane_layout_components_from_handle() 149 .drm_fourcc = DRM_FORMAT_XBGR8888, in plane_layout_components_from_handle() 153 .drm_fourcc = DRM_FORMAT_ABGR2101010, in plane_layout_components_from_handle() 158 .drm_fourcc = DRM_FORMAT_ABGR16161616F, in plane_layout_components_from_handle() 163 .drm_fourcc = DRM_FORMAT_YUYV, in plane_layout_components_from_handle() [all …]
|
/hardware/google/gfxstream/host/include/gfxstream/ |
D | virtio-gpu-gfxstream-renderer-unstable.h | 103 int drm_fourcc; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_image_drm_format_modifier.adoc | 49 ….org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/drm/drm_fourcc.h[`drm_fourcc.h`] 96 …org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/drm/drm_fourcc.h[`drm_fourcc.h`].
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 1608 info->drm_fourcc = DRM_FORMAT_ARGB8888; in getResourceInfo() 1611 info->drm_fourcc = DRM_FORMAT_RGB565; in getResourceInfo() 1615 info->drm_fourcc = DRM_FORMAT_ABGR8888; in getResourceInfo() 1618 info->drm_fourcc = DRM_FORMAT_XBGR8888; in getResourceInfo() 1621 info->drm_fourcc = DRM_FORMAT_R8; in getResourceInfo()
|