Home | History | Annotate | Download | only in src

Lines Matching refs:vdec_ion

4747     drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \
4748 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount);
4962 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\
4963 calloc (sizeof(struct vdec_ion),
7608 struct vdec_ion ion_buf_info;
7661 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) {
8066 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \
8067 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount);