Home
last modified time | relevance | path

Searched refs:vdec_ion (Results 1 – 21 of 21) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc_swvdec.h228 struct vdec_ion struct
243 struct vdec_ion ion; argument
267 struct vdec_ion *ip_buf_ion_info;
268 struct vdec_ion *op_buf_ion_info;
269 struct vdec_ion *interm_op_buf_ion_info;
270 struct vdec_ion h264_mv;
271 struct vdec_ion meta_buffer;
272 struct vdec_ion meta_buffer_iommu;
749 void free_ion_memory(struct vdec_ion *buf_ion_info);
1054 struct vdec_ion op_buf_ion_info[MAX_COUNT];
Domx_vdec_hevc.h206 struct vdec_ion { struct
220 struct vdec_ion ion; argument
238 struct vdec_ion *ip_buf_ion_info;
239 struct vdec_ion *op_buf_ion_info;
240 struct vdec_ion h264_mv;
241 struct vdec_ion meta_buffer;
242 struct vdec_ion meta_buffer_iommu;
632 void free_ion_memory(struct vdec_ion *buf_ion_info);
890 struct vdec_ion op_buf_ion_info[MAX_COUNT];
Domx_vdec.h248 struct vdec_ion { struct
262 struct vdec_ion ion; argument
281 struct vdec_ion *ip_buf_ion_info;
282 struct vdec_ion *op_buf_ion_info;
283 struct vdec_ion h264_mv;
284 struct vdec_ion meta_buffer;
285 struct vdec_ion meta_buffer_iommu;
734 void free_ion_memory(struct vdec_ion *buf_ion_info);
1057 struct vdec_ion op_buf_ion_info[MAX_COUNT];
Domx_swvdec.h99 struct vdec_ion { struct
107 struct vdec_ion ion_info; argument
384 void ion_memory_free(struct vdec_ion *p_ion_buf_info);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h205 struct vdec_ion { struct
219 struct vdec_ion ion; argument
237 struct vdec_ion *ip_buf_ion_info;
238 struct vdec_ion *op_buf_ion_info;
239 struct vdec_ion h264_mv;
240 struct vdec_ion meta_buffer;
241 struct vdec_ion meta_buffer_iommu;
635 void free_ion_memory(struct vdec_ion *buf_ion_info);
899 struct vdec_ion op_buf_ion_info[MAX_COUNT];
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h97 struct vdec_ion { struct
113 struct vdec_ion ion_info; argument
390 int ion_memory_alloc_map(struct vdec_ion *p_ion_info, OMX_U32 size, OMX_U32 alignment);
391 void ion_memory_free(struct vdec_ion *p_ion_buf_info);
Domx_vdec.h432 struct vdec_ion { struct
456 struct vdec_ion ion; argument
476 struct vdec_ion *ip_buf_ion_info;
477 struct vdec_ion *op_buf_ion_info;
478 struct vdec_ion *op_intermediate_buf_ion_info;
479 struct vdec_ion h264_mv;
480 struct vdec_ion meta_buffer;
481 struct vdec_ion meta_buffer_iommu;
1008 bool alloc_map_ion_memory(OMX_U32 buffer_size, vdec_ion *ion_info, int flag);
1009 void free_ion_memory(struct vdec_ion *buf_ion_info);
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Domx_vdec.h219 struct vdec_ion struct
241 struct vdec_ion *ip_buf_ion_info; argument
242 struct vdec_ion *op_buf_ion_info;
243 struct vdec_ion h264_mv;
620 void free_ion_memory(struct vdec_ion *buf_ion_info);
873 struct vdec_ion op_buf_ion_info[MAX_COUNT];
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h243 struct vdec_ion { struct
264 struct vdec_ion ion; argument
283 struct vdec_ion *ip_buf_ion_info;
284 struct vdec_ion *op_buf_ion_info;
285 struct vdec_ion h264_mv;
286 struct vdec_ion meta_buffer;
287 struct vdec_ion meta_buffer_iommu;
784 void free_ion_memory(struct vdec_ion *buf_ion_info);
1122 struct vdec_ion op_buf_ion_info[MAX_COUNT];
Domx_swvdec.h93 struct vdec_ion { struct
101 struct vdec_ion ion_info; argument
381 void ion_memory_free(struct vdec_ion *p_ion_buf_info);
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h92 struct vdec_ion { struct
108 struct vdec_ion ion_info; argument
389 void ion_memory_free(struct vdec_ion *p_ion_buf_info);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp4371 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
4372 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
4650 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
4651 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
7070 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
7122 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) { in free_ion_memory()
7545 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
7546 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
Domx_vdec.cpp4747 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
4748 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
4962 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
4963 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
7608 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
7661 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) { in free_ion_memory()
8066 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
8067 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp5282 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
5283 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
5593 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
5594 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
8099 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
8154 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) { in free_ion_memory()
8622 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
8623 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
10382 drv_ctx.interm_op_buf_ion_info = (struct vdec_ion *) in allocate_interm_buffer()
10383 calloc (sizeof(struct vdec_ion), drv_ctx.interm_op_buf.actualcount); in allocate_interm_buffer()
Domx_swvdec.cpp4303 struct vdec_ion ion_buf_info; in ion_memory_alloc_map()
4326 void omx_swvdec::ion_memory_free(struct vdec_ion *p_ion_buf_info) in ion_memory_free()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp4543 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
4544 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
4754 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
4755 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
7296 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
7374 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) in free_ion_memory()
7756 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
7757 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
Domx_vdec_hevc.cpp4238 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
4239 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
4500 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
4501 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
6924 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
6978 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) in free_ion_memory()
7399 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
7400 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
Domx_vdec_msm8974.cpp5384 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
5385 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
5672 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
5673 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
8508 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
8557 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) in free_ion_memory()
9031 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
9032 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4643 struct vdec_ion ion_buf_info; in ion_memory_alloc_map()
4668 void omx_swvdec::ion_memory_free(struct vdec_ion *p_ion_buf_info) in ion_memory_free()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4723 int omx_swvdec::ion_memory_alloc_map(vdec_ion *p_ion_info, OMX_U32 size, OMX_U32 alignment) in ion_memory_alloc_map()
4776 void omx_swvdec::ion_memory_free(struct vdec_ion *p_ion_buf_info) in ion_memory_free()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4761 struct vdec_ion ion_buf_info; in ion_memory_alloc_map()
4786 void omx_swvdec::ion_memory_free(struct vdec_ion *p_ion_buf_info) in ion_memory_free()