Searched refs:op_buf_gbm_info (Results 1 – 2 of 2) sorted by relevance
418 struct vdec_gbm *op_buf_gbm_info; member1191 struct vdec_gbm op_buf_gbm_info[MAX_COUNT]; variable
3732 &drv_ctx.op_buf_gbm_info[i], in use_output_buffer()3740 drv_ctx.op_buf_gbm_info[i].bo_fd; in use_output_buffer()3742 m_pmem_info[i].pmeta_fd = drv_ctx.op_buf_gbm_info[i].meta_fd; in use_output_buffer()3761 free_gbm_memory(&drv_ctx.op_buf_gbm_info[i]); in use_output_buffer()4141 intermediate?drv_ctx.op_intermediate_buf_gbm_info:drv_ctx.op_buf_gbm_info; in free_output_buffer()4431 intermediate?&drv_ctx.op_intermediate_buf_gbm_info:&drv_ctx.op_buf_gbm_info; in allocate_output_buffer()6607 struct vdec_gbm *op_buf_gbm_info, int flag) in alloc_map_gbm_memory() argument6614 if (!op_buf_gbm_info || dev_fd < 0 ) { in alloc_map_gbm_memory()6654 op_buf_gbm_info->gbm = gbm; in alloc_map_gbm_memory()6655 op_buf_gbm_info->bo = bo; in alloc_map_gbm_memory()[all …]