Searched refs:extradata_info (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 229 memset(&extradata_info, 0, sizeof(extradata_info)); in venc_dev() 524 if (!extradata_info.uaddr) { in handle_extradata() 532 if (extradata_info.buffer_size > in handle_extradata() 547 extradata_info.uaddr + index * extradata_info.buffer_size); in handle_extradata() 619 if (extradata_info.allocated) { in allocate_extradata() 626 if (extradata_info.buffer_size) { in allocate_extradata() 627 if (extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 628 munmap((void *)extradata_info.uaddr, extradata_info.size); in allocate_extradata() 629 close(extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 630 venc_handle->free_ion_memory(&extradata_info.ion); in allocate_extradata() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 667 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); in omx_vdec() 4319 if (drv_ctx.extradata_info.buffer_size) { in allocate_extradata() 4320 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 4321 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); 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() 4325 drv_ctx.extradata_info.size = (drv_ctx.extradata_info.size + 4095) & (~4095); in allocate_extradata() 4326 DEBUG_PRINT_HIGH("allocate extradata memory size %d", drv_ctx.extradata_info.size); in allocate_extradata() 4331 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 4332 drv_ctx.extradata_info.size, 4096, in allocate_extradata() [all …]
|
D | omx_vdec_hevc.cpp | 592 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); in omx_vdec() 3589 if (drv_ctx.extradata_info.buffer_size) { in allocate_extradata() 3590 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 3591 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); 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() 3595 drv_ctx.extradata_info.size = (drv_ctx.extradata_info.size + 4095) & (~4095); in allocate_extradata() 3596 DEBUG_PRINT_HIGH("allocate extradata memory size %d", drv_ctx.extradata_info.size); in allocate_extradata() 3597 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 3598 drv_ctx.extradata_info.size, 4096, in allocate_extradata() [all …]
|
D | omx_vdec_msm8974.cpp | 682 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); in omx_vdec() 3426 … drv_ctx.extradata_info.count = drv_ctx.op_buf.actualcount; in set_parameter() 3427 … drv_ctx.extradata_info.size = drv_ctx.extradata_info.count * in set_parameter() 3428 drv_ctx.extradata_info.buffer_size; in set_parameter() 4598 if (drv_ctx.extradata_info.buffer_size) { in allocate_extradata() 4599 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 4600 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in allocate_extradata() 4601 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 4602 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 4604 drv_ctx.extradata_info.size = (drv_ctx.extradata_info.size + 4095) & (~4095); in allocate_extradata() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 421 struct extradata_buffer_info extradata_info; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 250 struct extradata_buffer_info extradata_info; member
|
D | omx_vdec.h | 286 struct extradata_buffer_info extradata_info; member
|