Searched refs:vdpp_msg (Results 1 – 1 of 1) sorted by relevance
147 struct vdpp_msginfo vdpp_msg; in async_message_thread() local154 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()165 …vdpp_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 …]