Home | History | Annotate | Download | only in src

Lines Matching refs:vdec_ion

5084         drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \
5085 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount);
5389 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\
5390 calloc (sizeof(struct vdec_ion),
7884 struct vdec_ion ion_buf_info;
7939 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) {
8407 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \
8408 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount);
10159 drv_ctx.interm_op_buf_ion_info = (struct vdec_ion *)
10160 calloc (sizeof(struct vdec_ion), drv_ctx.interm_op_buf.actualcount);