Home
last modified time | relevance | path

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

/hardware/qcom/media/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];
Domx_vdec.h234 struct vdec_ion { struct
248 struct vdec_ion ion; argument
266 struct vdec_ion *ip_buf_ion_info;
267 struct vdec_ion *op_buf_ion_info;
268 struct vdec_ion h264_mv;
269 struct vdec_ion meta_buffer;
270 struct vdec_ion meta_buffer_iommu;
702 void free_ion_memory(struct vdec_ion *buf_ion_info);
997 struct vdec_ion op_buf_ion_info[MAX_COUNT];
/hardware/qcom/media/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/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.cpp4741 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
4742 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
4956 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
4957 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
7602 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
7655 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) { in free_ion_memory()
8060 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
8061 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp5084 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
5085 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
5389 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
5390 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
7884 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
7939 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) { in free_ion_memory()
8407 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
8408 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
10159 drv_ctx.interm_op_buf_ion_info = (struct vdec_ion *) in allocate_interm_buffer()
10160 calloc (sizeof(struct vdec_ion), drv_ctx.interm_op_buf.actualcount); in allocate_interm_buffer()
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.cpp4240 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
4241 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
4502 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
4503 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
6920 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
6974 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) in free_ion_memory()
7395 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
7396 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()
Domx_vdec_msm8974.cpp4920 drv_ctx.ip_buf_ion_info = (struct vdec_ion *) \ in allocate_input_buffer()
4921 calloc ((sizeof (struct vdec_ion)),drv_ctx.ip_buf.actualcount); in allocate_input_buffer()
5183 drv_ctx.op_buf_ion_info = (struct vdec_ion *)\ in allocate_output_buffer()
5184 calloc (sizeof(struct vdec_ion), in allocate_output_buffer()
7918 struct vdec_ion ion_buf_info; in alloc_map_ion_memory()
7967 void omx_vdec::free_ion_memory(struct vdec_ion *buf_ion_info) in free_ion_memory()
8442 drv_ctx.op_buf_ion_info = (struct vdec_ion * ) \ in allocate_output_headers()
8443 calloc (sizeof(struct vdec_ion),drv_ctx.op_buf.actualcount); in allocate_output_headers()