Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp147 struct vdpp_msginfo vdpp_msg; in async_message_thread() local
154 vdpp_msg.msgcode=VDPP_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
155 vdpp_msg.status_code=VDPP_S_SUCCESS; in async_message_thread()
156 vdpp_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
165vdpp_msg.msgdata.output_frame.len= v4l2_buf.m.planes[0].bytesused + v4l2_buf.m.planes[extra_idx].b… in async_message_thread()
169 vdpp_msg.msgdata.output_frame.len=v4l2_buf.m.planes[0].bytesused; in async_message_thread()
172 vdpp_msg.msgdata.output_frame.bufferaddr=(void*)v4l2_buf.m.planes[0].m.userptr; in async_message_thread()
176 vdpp_msg.msgdata.output_frame.time_stamp = *(uint64_t *)(&v4l2_buf.timestamp); in async_message_thread()
179 if (omx->async_message_process(input,&vdpp_msg) < 0) { in async_message_thread()
187 struct vdpp_msginfo vdpp_msg; in async_message_thread() local
[all …]