Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h312 struct vdpp_output_frameinfo { struct
325 struct vdpp_output_frameinfo output_frame; argument
364 struct vdpp_output_frameinfo *ptr_respbuffer;
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp4907 drv_ctx.ptr_respbuffer = (struct vdpp_output_frameinfo *)\ in allocate_output_buffer()
4908 calloc (sizeof (struct vdpp_output_frameinfo), in allocate_output_buffer()
5738 struct vdpp_output_frameinfo *ptr_respbuffer = NULL; in fill_this_buffer_proxy()
5763 ptr_respbuffer = (struct vdpp_output_frameinfo*)buffer->pOutputPortPrivate; in fill_this_buffer_proxy()
6401 struct vdpp_output_frameinfo *output_respbuf = NULL; in async_message_process()
6482 (((struct vdpp_output_frameinfo *)omxhdr->pOutputPortPrivate in async_message_process()
6504 output_respbuf = (struct vdpp_output_frameinfo *)\ in async_message_process()
7206 drv_ctx.ptr_respbuffer = (struct vdpp_output_frameinfo *)\ in allocate_output_headers()
7207 calloc (sizeof (struct vdpp_output_frameinfo), in allocate_output_headers()