Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h418 struct vdec_gbm *op_buf_gbm_info; member
1191 struct vdec_gbm op_buf_gbm_info[MAX_COUNT]; variable
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp3732 &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() argument
6614 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 …]