/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc_swvdec.h | 228 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];
|
D | omx_vdec_hevc.h | 206 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];
|
D | omx_vdec.h | 248 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];
|
D | omx_swvdec.h | 99 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/ |
D | omx_vdec_hevc.h | 205 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/ |
D | omx_swvdec.h | 97 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);
|
D | omx_vdec.h | 432 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/ |
D | omx_vdec.h | 219 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/ |
D | omx_vdec.h | 243 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];
|
D | omx_swvdec.h | 93 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/ |
D | omx_swvdec.h | 92 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/ |
D | omx_vdec_copper.cpp | 4371 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()
|
D | omx_vdec.cpp | 4747 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/ |
D | omx_vdec_hevc_swvdec.cpp | 5282 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()
|
D | omx_swvdec.cpp | 4303 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/ |
D | omx_vdec.cpp | 4543 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()
|
D | omx_vdec_hevc.cpp | 4238 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()
|
D | omx_vdec_msm8974.cpp | 5384 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/ |
D | omx_swvdec.cpp | 4643 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/ |
D | omx_swvdec.cpp | 4723 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/ |
D | omx_swvdec.cpp | 4761 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()
|