Home | History | Annotate | Download | only in src

Lines Matching refs:output_frame

162 			vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
163 vdec_msg.msgdata.output_frame.len=plane.bytesused;
164 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr;
6340 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6342 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
6408 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6412 vdec_msg->msgdata.output_frame.time_stamp);
6418 v4l2_buf_ptr = (v4l2_buffer*)vdec_msg->msgdata.output_frame.client_data;
6421 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6422 vdec_msg->msgdata.output_frame.pic_type);
6429 if ( vdec_msg->msgdata.output_frame.len <= omxhdr->nAllocLen)
6431 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len;
6432 omxhdr->nOffset = vdec_msg->msgdata.output_frame.offset;
6441 vdec_msg->msgdata.output_frame.bufferaddr=omx->drv_ctx.ptr_outputbuffer[v4l2_buf_ptr->index].bufferaddr;
6445 // vdec_msg->msgdata.output_frame.framesize.bottom;
6447 // vdec_msg->msgdata.output_frame.framesize.left;
6449 // vdec_msg->msgdata.output_frame.framesize.right;
6451 // vdec_msg->msgdata.output_frame.framesize.top;
6452 output_respbuf->len = vdec_msg->msgdata.output_frame.len;
6453 output_respbuf->offset = vdec_msg->msgdata.output_frame.offset;
6454 // output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp;
6455 // output_respbuf->flags = vdec_msg->msgdata.output_frame.flags;
6456 // output_respbuf->pic_type = vdec_msg->msgdata.output_frame.pic_type;
6457 // output_respbuf->interlaced_format = vdec_msg->msgdata.output_frame.interlaced_format;
6461 (vdec_msg->msgdata.output_frame.bufferaddr +
6462 vdec_msg->msgdata.output_frame.offset),
6463 vdec_msg->msgdata.output_frame.len );
6470 else if (vdec_msg->msgdata.output_frame.flags & OMX_BUFFERFLAG_EOS)