HomeSort by relevance Sort by last modified time
    Searched full:vdpp_msg (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp 147 struct vdpp_msginfo vdpp_msg; local
154 vdpp_msg.msgcode=VDPP_MSG_RESP_OUTPUT_BUFFER_DONE;
155 vdpp_msg.status_code=VDPP_S_SUCCESS;
156 vdpp_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
165 vdpp_msg.msgdata.output_frame.len= v4l2_buf.m.planes[0].bytesused + v4l2_buf.m.planes[extra_idx].bytesused;
169 vdpp_msg.msgdata.output_frame.len=v4l2_buf.m.planes[0].bytesused;
172 vdpp_msg.msgdata.output_frame.bufferaddr=(void*)v4l2_buf.m.planes[0].m.userptr;
176 vdpp_msg.msgdata.output_frame.time_stamp = *(uint64_t *)(&v4l2_buf.timestamp);
179 if (omx->async_message_process(input,&vdpp_msg) < 0) {
187 struct vdpp_msginfo vdpp_msg; local
219 struct vdpp_msginfo vdpp_msg; local
230 struct vdpp_msginfo vdpp_msg; local
261 struct vdpp_msginfo vdpp_msg; local
312 struct vdpp_msginfo vdpp_msg; local
340 struct vdpp_msginfo vdpp_msg; local
2392 struct vdpp_msginfo vdpp_msg; local
6398 struct vdpp_msginfo *vdpp_msg = NULL; local
    [all...]

Completed in 2463 milliseconds