Searched refs:bo (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/am57x/libhwcomposer/ |
D | drmfb.cpp | 29 bo(), pitches(), offsets() in DRMFramebuffer() 45 this->bo[0] = gem_handle; in DRMFramebuffer() 53 this->bo[1] = gem_handle; in DRMFramebuffer() 71 this->format, this->bo, in DRMFramebuffer() 88 if (this->bo[i]) { in ~DRMFramebuffer() 90 close_args.handle = this->bo[i], in ~DRMFramebuffer()
|
D | drmfb.h | 30 uint32_t bo[4]; variable
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 6612 struct gbm_bo *bo = NULL; in alloc_map_gbm_memory() local 6630 bo = gbm_bo_create(gbm, w, h,GBM_FORMAT_NV12, in alloc_map_gbm_memory() 6633 if (bo == NULL) { in alloc_map_gbm_memory() 6639 bo_fd = gbm_bo_get_fd(bo); in alloc_map_gbm_memory() 6642 gbm_bo_destroy(bo); in alloc_map_gbm_memory() 6647 gbm_perform(GBM_PERFORM_GET_METADATA_ION_FD, bo, &meta_fd); in alloc_map_gbm_memory() 6650 gbm_bo_destroy(bo); in alloc_map_gbm_memory() 6655 op_buf_gbm_info->bo = bo; in alloc_map_gbm_memory() 6659 DEBUG_PRINT_LOW("allocate gbm bo fd meta fd %p %d %d",bo,bo_fd,meta_fd); in alloc_map_gbm_memory() 6670 buf_gbm_info->bo,buf_gbm_info->bo_fd,buf_gbm_info->meta_fd); in free_gbm_memory() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 378 struct gbm_bo *bo; member
|