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 | 189 memset(&extradata_info, 0, sizeof(extradata_info)); in venc_dev() 467 if (!extradata_info.uaddr) { in handle_extradata() 475 if (extradata_info.buffer_size > in handle_extradata() 490 extradata_info.uaddr + index * extradata_info.buffer_size); in handle_extradata() 552 if (extradata_info.allocated) { in allocate_extradata() 559 if (extradata_info.buffer_size) { in allocate_extradata() 560 if (extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 561 munmap((void *)extradata_info.uaddr, extradata_info.size); in allocate_extradata() 562 close(extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 563 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 | 594 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); in omx_vdec() 3591 if (drv_ctx.extradata_info.buffer_size) { in allocate_extradata() 3592 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 3593 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in allocate_extradata() 3594 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 3595 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 3597 drv_ctx.extradata_info.size = (drv_ctx.extradata_info.size + 4095) & (~4095); in allocate_extradata() 3598 DEBUG_PRINT_HIGH("allocate extradata memory size %d", drv_ctx.extradata_info.size); in allocate_extradata() 3599 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 3600 drv_ctx.extradata_info.size, 4096, in allocate_extradata() [all …]
|
D | omx_vdec_msm8974.cpp | 656 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); in omx_vdec() 3120 … drv_ctx.extradata_info.count = drv_ctx.op_buf.actualcount; in set_parameter() 3121 … drv_ctx.extradata_info.size = drv_ctx.extradata_info.count * in set_parameter() 3122 drv_ctx.extradata_info.buffer_size; in set_parameter() 4227 if (drv_ctx.extradata_info.buffer_size) { in allocate_extradata() 4228 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 4229 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in allocate_extradata() 4230 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 4231 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 4233 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 | 387 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 | 279 struct extradata_buffer_info extradata_info; member
|