Home
last modified time | relevance | path

Searched refs:interm_op_buf (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp1848 drv_ctx.interm_op_buf.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()
1851 drv_ctx.interm_op_buf.alignment=SZ_1M; in component_init()
1856 drv_ctx.interm_op_buf.alignment=SZ_4K; in component_init()
2036 drv_ctx.ip_buf.buffer_size, drv_ctx.interm_op_buf.buffer_size, in component_init()
3937 } else if (get_buffer_req(&drv_ctx.interm_op_buf)) { // for hybrid in set_parameter()
6962 if (allocate_interm_buffer(drv_ctx.interm_op_buf.buffer_size) != OMX_ErrorNone) in allocate_done()
7103 for(; (i<drv_ctx.interm_op_buf.actualcount) && drv_ctx.ptr_interm_outputbuffer[i].pmem_fd ; i++) in release_interm_done()
7570 actualcount = omx->drv_ctx.interm_op_buf.actualcount; in async_message_process()
9921 return get_buffer_req(&drv_ctx.interm_op_buf); in get_buffer_req_swvdec()
9989 eRet = set_buffer_req(&drv_ctx.interm_op_buf); in set_buffer_req_swvdec()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec_hevc_swvdec.h262 struct vdec_allocatorproperty interm_op_buf; member