Searched refs:gbm_device_fd (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 376 int gbm_device_fd; member 417 int gbm_device_fd; member 891 bool alloc_map_gbm_memory(OMX_U32 w,OMX_U32 h,int gbm_device_fd,
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 441 int gbm_device_fd; member 484 int gbm_device_fd; member 1014 bool alloc_map_gbm_memory(OMX_U32 w,OMX_U32 h,int gbm_device_fd,
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 766 drv_ctx.gbm_device_fd = -1; in omx_vdec() 3731 drv_ctx.gbm_device_fd, in use_output_buffer() 4481 drv_ctx.gbm_device_fd = open("/dev/dri/renderD128", O_RDWR | O_CLOEXEC); in allocate_output_buffer() 4482 if (drv_ctx.gbm_device_fd < 0) { in allocate_output_buffer() 4483 … DEBUG_PRINT_ERROR("opening dri device for gbm failed with fd = %d", drv_ctx.gbm_device_fd); in allocate_output_buffer() 4566 if(drv_ctx.gbm_device_fd >= 0) { in allocate_output_buffer() 4568 close(drv_ctx.gbm_device_fd); in allocate_output_buffer() 4569 drv_ctx.gbm_device_fd = -1; in allocate_output_buffer() 4615 drv_ctx.gbm_device_fd, in allocate_output_buffer() 6822 if (drv_ctx.gbm_device_fd >= 0) { in free_output_buffer_header() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 947 drv_ctx.gbm_device_fd = -1; in omx_vdec() 6055 drv_ctx.gbm_device_fd, in use_output_buffer() 6879 drv_ctx.gbm_device_fd = open("/dev/dri/renderD128", O_RDWR | O_CLOEXEC); in allocate_output_buffer() 6880 if (drv_ctx.gbm_device_fd < 0) { in allocate_output_buffer() 6881 … DEBUG_PRINT_ERROR("opening dri device for gbm failed with fd = %d", drv_ctx.gbm_device_fd); in allocate_output_buffer() 6964 if(drv_ctx.gbm_device_fd >= 0) { in allocate_output_buffer() 6966 close(drv_ctx.gbm_device_fd); in allocate_output_buffer() 6967 drv_ctx.gbm_device_fd = -1; in allocate_output_buffer() 7013 drv_ctx.gbm_device_fd, in allocate_output_buffer() 10073 if (drv_ctx.gbm_device_fd >= 0) { in free_output_buffer_header() [all …]
|