Searched refs:gbm (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/sm8150/media/ |
H A 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]]),
|
/aosp12/hardware/qcom/sm7250/media/ |
H A 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]]),
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A 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 …]
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A 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 …]
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 377 struct gbm_device *gbm; member
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
H A D | omx_vdec.h | 442 struct gbm_device *gbm; member
|