/hardware/qcom/media/msm8998/ |
D | configure.ac | 74 AC_ARG_ENABLE([target-uses-ion], 75 AC_HELP_STRING([--enable-target-uses-ion], 76 [Enable conditional compile for target target-uses-ion [default=no]]), 96 [Enable conditional compile for target target-uses-ion [default=no]]),
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | types.hal | 36 * E.g. ion or gralloc buffer
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 628 if (extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 630 close(extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 631 venc_handle->free_ion_memory(&extradata_info.ion); in allocate_extradata() 636 extradata_info.ion.ion_device_fd = venc_handle->alloc_map_ion_memory( in allocate_extradata() 638 &extradata_info.ion.ion_alloc_data, in allocate_extradata() 639 &extradata_info.ion.fd_ion_data, 0); in allocate_extradata() 641 if (extradata_info.ion.ion_device_fd < 0) { in allocate_extradata() 649 extradata_info.ion.fd_ion_data.fd , 0); in allocate_extradata() 653 close(extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 654 venc_handle->free_ion_memory(&extradata_info.ion); in allocate_extradata() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 245 struct venc_ion ion; member
|
/hardware/interfaces/health/1.0/ |
D | types.hal | 211 /** Battery technology, e.g. "Li-ion, Li-Poly" etc. */
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 3590 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 3592 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 3593 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 3597 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 3599 &drv_ctx.extradata_info.ion.ion_alloc_data, in allocate_extradata() 3600 &drv_ctx.extradata_info.ion.fd_ion_data, 0); in allocate_extradata() 3601 if (drv_ctx.extradata_info.ion.ion_device_fd < 0) { in allocate_extradata() 3608 drv_ctx.extradata_info.ion.fd_ion_data.fd , 0); in allocate_extradata() 3611 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 3612 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 4320 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 4322 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 4323 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 4331 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 4333 &drv_ctx.extradata_info.ion.ion_alloc_data, in allocate_extradata() 4334 &drv_ctx.extradata_info.ion.fd_ion_data, 0, heap); in allocate_extradata() 4335 if (drv_ctx.extradata_info.ion.ion_device_fd < 0) { in allocate_extradata() 4342 drv_ctx.extradata_info.ion.fd_ion_data.fd , 0); in allocate_extradata() 4345 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 4346 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 3569 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 3571 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 3572 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 3576 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 3578 &drv_ctx.extradata_info.ion.ion_alloc_data, in allocate_extradata() 3579 &drv_ctx.extradata_info.ion.fd_ion_data, 0); in allocate_extradata() 3580 if (drv_ctx.extradata_info.ion.ion_device_fd < 0) { in allocate_extradata() 3587 drv_ctx.extradata_info.ion.fd_ion_data.fd , 0); in allocate_extradata() 3590 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 3591 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 4513 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 4515 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 4516 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 4526 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 4528 &drv_ctx.extradata_info.ion.ion_alloc_data, in allocate_extradata() 4529 &drv_ctx.extradata_info.ion.fd_ion_data, 0, heap); in allocate_extradata() 4530 if (drv_ctx.extradata_info.ion.ion_device_fd < 0) { in allocate_extradata() 4537 drv_ctx.extradata_info.ion.fd_ion_data.fd , 0); in allocate_extradata() 4540 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 4541 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 291 struct venc_ion ion; member
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 259 struct vdpp_ion ion; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 220 struct vdec_ion ion; member
|
D | omx_vdec_hevc_swvdec.h | 243 struct vdec_ion ion; member
|
D | omx_vdec.h | 262 struct vdec_ion ion; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 219 struct vdec_ion ion; member
|
D | omx_vdec.h | 254 struct vdec_ion ion; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 676 drv_ctx.extradata_info.ion.fd_ion_data.fd = -1; in omx_vdec() 5921 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 5923 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 5924 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 5927 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 5929 &drv_ctx.extradata_info.ion.ion_alloc_data, in allocate_extradata() 5930 &drv_ctx.extradata_info.ion.fd_ion_data, 0); in allocate_extradata() 5931 if (drv_ctx.extradata_info.ion.ion_device_fd < 0) { in allocate_extradata() 5938 drv_ctx.extradata_info.ion.fd_ion_data.fd , 0); in allocate_extradata() 5941 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 264 struct vdec_ion ion; member
|