/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 229 memset(&extradata_info, 0, sizeof(extradata_info)); in venc_dev() 525 if (!extradata_info.uaddr) { in handle_extradata() 533 if (extradata_info.buffer_size > in handle_extradata() 548 extradata_info.uaddr + index * extradata_info.buffer_size); in handle_extradata() 620 if (extradata_info.allocated) { in allocate_extradata() 627 if (extradata_info.buffer_size) { in allocate_extradata() 628 if (extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 629 munmap((void *)extradata_info.uaddr, extradata_info.size); 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() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
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 | 684 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); in omx_vdec() 3438 … drv_ctx.extradata_info.count = drv_ctx.op_buf.actualcount; in set_parameter() 3439 … drv_ctx.extradata_info.size = drv_ctx.extradata_info.count * in set_parameter() 3440 drv_ctx.extradata_info.buffer_size; in set_parameter() 4657 if (drv_ctx.extradata_info.buffer_size) { in allocate_extradata() 4658 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 4659 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); in allocate_extradata() 4660 close(drv_ctx.extradata_info.ion.fd_ion_data.fd); in allocate_extradata() 4661 free_ion_memory(&drv_ctx.extradata_info.ion); in allocate_extradata() 4663 drv_ctx.extradata_info.size = (drv_ctx.extradata_info.size + 4095) & (~4095); in allocate_extradata() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 675 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); in omx_vdec() 4512 if (drv_ctx.extradata_info.buffer_size) { in allocate_extradata() 4513 if (drv_ctx.extradata_info.ion.ion_alloc_data.handle) { in allocate_extradata() 4514 munmap((void *)drv_ctx.extradata_info.uaddr, drv_ctx.extradata_info.size); 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() 4518 drv_ctx.extradata_info.size = (drv_ctx.extradata_info.size + 4095) & (~4095); in allocate_extradata() 4519 DEBUG_PRINT_HIGH("allocate extradata memory size %d", drv_ctx.extradata_info.size); in allocate_extradata() 4526 drv_ctx.extradata_info.ion.ion_device_fd = alloc_map_ion_memory( in allocate_extradata() 4527 drv_ctx.extradata_info.size, 4096, in allocate_extradata() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 417 OMX_ERRORTYPE allocate_extradata(struct extradata_buffer_info *extradata_info, int flags); 419 void free_extradata(struct extradata_buffer_info *extradata_info);
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 414 OMX_ERRORTYPE allocate_extradata(struct extradata_buffer_info *extradata_info, int flags); 416 void free_extradata(struct extradata_buffer_info *extradata_info);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 467 OMX_ERRORTYPE allocate_extradata(struct extradata_buffer_info *extradata_info, int flags); 469 void free_extradata(struct extradata_buffer_info *extradata_info);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 297 struct extradata_buffer_info extradata_info; member 333 struct extradata_info { struct 487 struct extradata_info m_extradata_info;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 436 struct extradata_buffer_info extradata_info; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 494 struct extradata_buffer_info extradata_info; member 534 struct extradata_info { struct 709 struct extradata_info m_extradata_info;
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 372 struct extradata_buffer_info extradata_info; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 250 struct extradata_buffer_info extradata_info; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 251 struct extradata_buffer_info extradata_info; member
|
D | omx_vdec_hevc_swvdec.h | 281 struct extradata_buffer_info extradata_info; member
|
D | omx_vdec.h | 294 struct extradata_buffer_info extradata_info; member
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 6986 drv_ctx.extradata_info.size = buffer_prop->actualcount * extra_data_size; in get_buffer_req() 6987 drv_ctx.extradata_info.count = buffer_prop->actualcount; in get_buffer_req() 6988 drv_ctx.extradata_info.buffer_size = extra_data_size; in get_buffer_req()
|