Home | History | Annotate | Download | only in test

Lines Matching refs:vdec_msg

963   struct vdec_msginfo vdec_msg;
979 ioctl_msg.out = (void*)&vdec_msg;
980 DEBUG_PRINT ("\n Sizeof vdec_msginfo = %d ",sizeof (vdec_msg));
990 switch (vdec_msg.msgcode)
998 queueitem.cmd = vdec_msg.msgcode;
999 queueitem.status = vdec_msg.status_code;
1006 queueitem.cmd = vdec_msg.msgcode;
1007 queueitem.status = vdec_msg.status_code;
1009 vdec_msg.msgdata.input_frame_clientdata;
1014 queueitem.cmd = vdec_msg.msgcode;
1015 queueitem.status = vdec_msg.status_code;
1017 vdec_msg.msgdata.output_frame.client_data;
1019 vdec_msg.msgdata.output_frame.client_data);
1020 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr;
1022 vdec_msg.msgdata.output_frame.framesize.bottom;
1024 vdec_msg.msgdata.output_frame.framesize.left;
1026 vdec_msg.msgdata.output_frame.framesize.right;
1028 vdec_msg.msgdata.output_frame.framesize.top;
1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize;
1030 outputframe->len = vdec_msg.msgdata.output_frame.len;
1031 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp;
1037 DEBUG_PRINT("\nIn Default of get next message %d",vdec_msg.msgcode);
1038 queueitem.cmd = vdec_msg.msgcode;
1039 queueitem.status = vdec_msg.status_code;
1055 if (vdec_msg.msgcode == VDEC_MSG_RESP_STOP_DONE)