Home
last modified time | relevance | path

Searched refs:gbm_device_fd (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h376 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/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp766 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 …]