Home
last modified time | relevance | path

Searched refs:ion (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/media/msm8998/
Dconfigure.ac74 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/
Dtypes.hal36 * E.g. ion or gralloc buffer
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp628 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/
Dvideo_encoder_device_v4l2.h245 struct venc_ion ion; member
/hardware/interfaces/health/1.0/
Dtypes.hal211 /** Battery technology, e.g. "Li-ion, Li-Poly" etc. */
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp3590 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 …]
Domx_vdec_hevc_swvdec.cpp4320 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/
Domx_vdec_hevc.cpp3569 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 …]
Domx_vdec_hevc_swvdec.cpp4513 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/
Dvideo_encoder_device_v4l2.h291 struct venc_ion ion; member
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h259 struct vdpp_ion ion; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h220 struct vdec_ion ion; member
Domx_vdec_hevc_swvdec.h243 struct vdec_ion ion; member
Domx_vdec.h262 struct vdec_ion ion; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h219 struct vdec_ion ion; member
Domx_vdec.h254 struct vdec_ion ion; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp676 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/
Domx_vdec.h264 struct vdec_ion ion; member