Searched refs:gbm (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/sm8150/media/ |
D | configure.ac | 69 AC_ARG_ENABLE([target-uses-gbm], 70 AC_HELP_STRING([--enable-target-uses-gbm], 71 [Enable conditional compile for target target-uses-gbm [default=no]]),
|
/hardware/qcom/sm7250/media/ |
D | configure.ac | 69 AC_ARG_ENABLE([target-uses-gbm], 70 AC_HELP_STRING([--enable-target-uses-gbm], 71 [Enable conditional compile for target target-uses-gbm [default=no]]),
|
/hardware/google/gfxstream/ |
D | meson_options.txt | 324 'gbm', feature 327 description : 'Build support for gbm platform' 331 'gbm-backends-path', 334 description : 'Locations to search for gbm backends, passed as colon ' + 335 'separated list. Default: $libdir/gbm.'
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_image_drm_format_modifier.adoc | 238 `gbm.h`^<<VK_EXT_image_drm_format_modifier-fn5,5>>^. 404 …https://cgit.freedesktop.org/mesa/mesa/tree/src/gbm/main/gbm.h?id=refs/tags/mesa-18.0.0-rc1[`gbm.h…
|
/hardware/google/gfxstream/guest/mesa/src/ |
D | meson.build | 119 subdir('gbm') subdir
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 6611 struct gbm_device *gbm = NULL; in alloc_map_gbm_memory() local 6619 gbm = gbm_create_device(dev_fd); in alloc_map_gbm_memory() 6620 if (gbm == NULL) { in alloc_map_gbm_memory() 6630 bo = gbm_bo_create(gbm, w, h,GBM_FORMAT_NV12, in alloc_map_gbm_memory() 6635 gbm_device_destroy(gbm); in alloc_map_gbm_memory() 6643 gbm_device_destroy(gbm); in alloc_map_gbm_memory() 6651 gbm_device_destroy(gbm); in alloc_map_gbm_memory() 6654 op_buf_gbm_info->gbm = gbm; in alloc_map_gbm_memory() 6676 if (buf_gbm_info->gbm) in free_gbm_memory() 6677 gbm_device_destroy(buf_gbm_info->gbm); in free_gbm_memory() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 377 struct gbm_device *gbm; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 9838 struct gbm_device *gbm = NULL; in alloc_map_gbm_memory() local 9846 gbm = gbm_create_device(dev_fd); in alloc_map_gbm_memory() 9847 if (gbm == NULL) { in alloc_map_gbm_memory() 9857 bo = gbm_bo_create(gbm, w, h,GBM_FORMAT_NV12, in alloc_map_gbm_memory() 9862 gbm_device_destroy(gbm); in alloc_map_gbm_memory() 9870 gbm_device_destroy(gbm); in alloc_map_gbm_memory() 9878 gbm_device_destroy(gbm); in alloc_map_gbm_memory() 9881 op_buf_gbm_info->gbm = gbm; in alloc_map_gbm_memory() 9903 if (buf_gbm_info->gbm) in free_gbm_memory() 9904 gbm_device_destroy(buf_gbm_info->gbm); in free_gbm_memory() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 442 struct gbm_device *gbm; member
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 87 gbm_backends_path = get_option('gbm-backends-path') 89 gbm_backends_path = join_paths(get_option('prefix'), get_option('libdir'), 'gbm') 384 with_gbm = get_option('gbm') \
|