Searched refs:vdpp_ion (Results 1 – 2 of 2) sorted by relevance
245 struct vdpp_ion struct259 struct vdpp_ion ion; argument366 struct vdpp_ion *ip_buf_ion_info;367 struct vdpp_ion *op_buf_ion_info;729 void free_ion_memory(struct vdpp_ion *buf_ion_info);
4738 drv_ctx.ip_buf_ion_info = (struct vdpp_ion *) \ in allocate_input_buffer()4739 calloc ((sizeof (struct vdpp_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()4911 drv_ctx.op_buf_ion_info = (struct vdpp_ion *)\ in allocate_output_buffer()4912 calloc (sizeof(struct vdpp_ion), in allocate_output_buffer()6580 struct vdpp_ion ion_buf_info; in alloc_map_ion_memory()6623 void omx_vdpp::free_ion_memory(struct vdpp_ion *buf_ion_info) { in free_ion_memory()7210 drv_ctx.op_buf_ion_info = (struct vdpp_ion * ) \ in allocate_output_headers()7211 calloc (sizeof(struct vdpp_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()