Home
last modified time | relevance | path

Searched refs:extradata_info (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp229 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/
Domx_vdec_hevc.cpp592 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 …]
Domx_vdec_msm8974.cpp684 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/
Domx_vdec_hevc_swvdec.cpp675 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/
Dvideo_encoder_device_v4l2.h417 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/
Dvideo_encoder_device_v4l2.h414 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/
Dvideo_encoder_device_v4l2.h467 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/
Domx_vdec.h297 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/
Dvideo_encoder_device_v4l2.h436 struct extradata_buffer_info extradata_info; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h494 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/
Domx_vdpp.h372 struct extradata_buffer_info extradata_info; member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h250 struct extradata_buffer_info extradata_info; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc.h251 struct extradata_buffer_info extradata_info; member
Domx_vdec_hevc_swvdec.h281 struct extradata_buffer_info extradata_info; member
Domx_vdec.h294 struct extradata_buffer_info extradata_info; member
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp6986 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()