Home
last modified time | relevance | path

Searched refs:gbm (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/media/
Dconfigure.ac69 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/
Dconfigure.ac69 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/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp6611 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/
Domx_vdec.h377 struct gbm_device *gbm; member