Home
last modified time | relevance | path

Searched refs:drm_mod (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c292 guint64 *drm_mod; in gst_va_dmabuf_mem_copy() local
298 drm_mod = gst_mini_object_get_qdata (GST_MINI_OBJECT (gmem), in gst_va_dmabuf_mem_copy()
302 if (buf->n_mems > 1 && *drm_mod != 0) { in gst_va_dmabuf_mem_copy()
304 "modifier: %#lx.", *drm_mod); in gst_va_dmabuf_mem_copy()
360 if (*drm_mod != 0) { in gst_va_dmabuf_mem_copy()
362 "modifier: %#lx.", *drm_mod); in gst_va_dmabuf_mem_copy()
376 guint64 *drm_mod; in gst_va_dmabuf_mem_map() local
378 drm_mod = gst_mini_object_get_qdata (GST_MINI_OBJECT (gmem), in gst_va_dmabuf_mem_map()
382 if (*drm_mod != 0) { in gst_va_dmabuf_mem_map()
384 "is: %#lx, which is not linear.", *drm_mod); in gst_va_dmabuf_mem_map()
[all …]
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c2588 VkImageDrmFormatModifierPropertiesEXT drm_mod = { in vulkan_map_to_drm() local
2607 &drm_mod); in vulkan_map_to_drm()
2632 drm_desc->objects[i].format_modifier = drm_mod.drmFormatModifier; in vulkan_map_to_drm()