/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 198 int drm_fourcc = 0; in get_yuv_buffer_info() local 230 drm_fourcc = get_fourcc_yuv(buf->format, chroma_order, ycbcr.chroma_step); in get_yuv_buffer_info() 231 if (drm_fourcc == -1) { in get_yuv_buffer_info() 240 .drm_fourcc = drm_fourcc, in get_yuv_buffer_info() 295 int drm_fourcc = 0; in native_window_buffer_get_buffer_info() local 323 drm_fourcc = get_fourcc(buf->format); in native_window_buffer_get_buffer_info() 324 if (drm_fourcc == -1) { in native_window_buffer_get_buffer_info() 338 .drm_fourcc = drm_fourcc, in native_window_buffer_get_buffer_info() 368 uint32_t drm_fourcc; member 391 .drm_fourcc = info.drm_fourcc, in cros_get_buffer_info() [all …]
|
D | platform_ohos.c | 118 int drm_fourcc = 0; in native_window_buffer_get_buffer_info() local 134 drm_fourcc = get_fourcc(bufferHandle->format); in native_window_buffer_get_buffer_info() 135 if (drm_fourcc == -1) { in native_window_buffer_get_buffer_info() 148 .drm_fourcc = drm_fourcc, in native_window_buffer_get_buffer_info() 174 buf_info->drm_fourcc, buf_info->modifier, buf_info->fds, in ohos_create_image_from_buffer_info() 183 buf_info->drm_fourcc, buf_info->fds, buf_info->num_planes, in ohos_create_image_from_buffer_info()
|
D | platform_ohos.h | 100 uint32_t drm_fourcc; member
|
D | platform_android.h | 127 uint32_t drm_fourcc; member
|
D | platform_android_mapper.cpp | 115 auto status = android::gralloc4::decodePixelFormatFourCC(encoded_format, &buf_info.drm_fourcc); in mapper_metadata_get_buffer_info()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_android.c | 96 uint32_t drm_fourcc; member 105 uint32_t drm_fourcc; member 131 out_props->drm_fourcc = info.drm_fourcc; in vn_android_gralloc_get_buffer_properties() 141 if (info.drm_fourcc == DRM_FORMAT_YVU420) { in vn_android_gralloc_get_buffer_properties() 927 format = vn_android_drm_format_to_vk_format(buf_props.drm_fourcc); in vn_android_get_ahb_format_properties() 930 buf_props.drm_fourcc, desc.format); in vn_android_get_ahb_format_properties() 955 const bool is_yuv = vn_android_drm_format_is_yuv(buf_props.drm_fourcc); in vn_android_get_ahb_format_properties() 973 .externalFormat = buf_props.drm_fourcc, in vn_android_get_ahb_format_properties()
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_image_dma_buf_import_modifiers.txt | 113 specified by drm_fourcc.h and used as the modifier parameter of the 141 of any modifier is canonically defined by drm_fourcc.h, not as part of this 166 returned using its FourCC format as defined in the drm_fourcc.h header file. 195 defined in the canonical drm_fourcc.h header file. If the user also
|
D | EGL_EXT_image_dma_buf_import.txt | 126 by drm_fourcc.h and used as the pixel_format parameter of the 156 The ordering of samples within a plane is taken from the drm_fourcc 281 ANSWER: The pixel formats defined in drm_fourcc.h only specify how the data 311 either v4l2_mbus_pixelcode and/or those formats listed in drm_fourcc.h? 313 ANSWER: Go for option 2) and just use values defined in drm_fourcc.h. 317 ANSWER: At least on fourcc.org and in drm_fourcc.h, there only seems to be 348 ANSWER: As of Linux 2.6.34, drm_fourcc.h does not include any Bayer formats.
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_image_dma_buf_import_modifiers.txt | 113 specified by drm_fourcc.h and used as the modifier parameter of the 143 of any modifier is canonically defined by drm_fourcc.h, not as part of this 168 returned using its FourCC format as defined in the drm_fourcc.h header file. 197 defined in the canonical drm_fourcc.h header file. If the user also
|
D | EGL_EXT_image_dma_buf_import.txt | 126 by drm_fourcc.h and used as the pixel_format parameter of the 156 The ordering of samples within a plane is taken from the drm_fourcc 281 ANSWER: The pixel formats defined in drm_fourcc.h only specify how the data 311 either v4l2_mbus_pixelcode and/or those formats listed in drm_fourcc.h? 313 ANSWER: Go for option 2) and just use values defined in drm_fourcc.h. 317 ANSWER: At least on fourcc.org and in drm_fourcc.h, there only seems to be 348 ANSWER: As of Linux 2.6.34, drm_fourcc.h does not include any Bayer formats.
|
/third_party/libdrm/ |
D | README.rst | 23 the simpler ones being extracted automatically from `drm_fourcc.h` header file 31 creates a static table, by going over `drm_fourcc.h` header file. The script
|
D | Makefile.sources | 22 include/drm/drm_fourcc.h \
|
D | meson.build | 60 input : 'include/drm/drm_fourcc.h', 338 'include/drm/drm.h', 'include/drm/drm_fourcc.h', 'include/drm/drm_mode.h',
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_image_drm_format_modifier.txt | 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`].
|
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`].
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | meson.build | 119 if egl_dep.found() and cc.has_header('libdrm/drm_fourcc.h')
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_android.c | 165 uint32_t drm_fourcc; member
|
/third_party/EGL/extensions/MESA/ |
D | EGL_MESA_image_dma_buf_export.txt | 98 drm_fourcc.h, the number of planes in the image and the Linux
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 166 uint32_t drm_fourcc; member
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_image_dma_buf_export.txt | 98 drm_fourcc.h, the number of planes in the image and the Linux
|
/third_party/skia/third_party/externals/egl-registry/extensions/MESA/ |
D | EGL_MESA_image_dma_buf_export.txt | 98 drm_fourcc.h, the number of planes in the image and the Linux
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 1988 uint32_t drm_fourcc; member 2003 static inline VkFormat drm_to_vulkan_fmt(uint32_t drm_fourcc) in drm_to_vulkan_fmt() argument 2006 if (vulkan_drm_format_map[i].drm_fourcc == drm_fourcc) in drm_to_vulkan_fmt() 2573 return vulkan_drm_format_map[i].drm_fourcc; in vulkan_fmt_to_drm()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | meson.build | 557 if cc.has_header('libdrm/drm_fourcc.h')
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 1109 - uapi: Update drm_fourcc.h 2376 - radeonsi: include drm_fourcc.h to fix the build
|
D | 19.0.0.rst | 1027 - freedreno: drm_fourcc.h header include
|