Searched refs:vdec_msg (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c963 struct vdec_msginfo vdec_msg; local
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
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c904 struct vdec_msginfo vdec_msg; local
919 ioctl_msg.out = (void*)&vdec_msg;
920 DEBUG_PRINT ("\n Sizeof vdec_msginfo = %d ",sizeof (vdec_msg));
928 switch (vdec_msg.msgcode) {
935 queueitem.cmd = vdec_msg.msgcode;
936 queueitem.status = vdec_msg.status_code;
943 queueitem.cmd = vdec_msg.msgcode;
944 queueitem.status = vdec_msg.status_code;
946 vdec_msg.msgdata.input_frame_clientdata;
951 queueitem.cmd = vdec_msg
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp149 struct vdec_msginfo vdec_msg; local
150 memset(&vdec_msg, 0, sizeof(vdec_msg));
156 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
157 vdec_msg.status_code=VDEC_S_SUCCESS;
158 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
159 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
160 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
161 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
163 if (vdec_msg
176 struct vdec_msginfo vdec_msg; local
194 struct vdec_msginfo vdec_msg; local
203 struct vdec_msginfo vdec_msg; local
222 struct vdec_msginfo vdec_msg; local
239 struct vdec_msginfo vdec_msg; local
7469 struct vdec_msginfo *vdec_msg = NULL; local
[all...]
H A Domx_vdec_v4l2.cpp182 struct vdec_msginfo vdec_msg; local
183 memset(&vdec_msg, 0, sizeof(vdec_msg));
189 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
190 vdec_msg.status_code=VDEC_S_SUCCESS;
191 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
192 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
193 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
194 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
196 if (vdec_msg
211 struct vdec_msginfo vdec_msg; local
229 struct vdec_msginfo vdec_msg; local
242 struct vdec_msginfo vdec_msg; local
252 struct vdec_msginfo vdec_msg; local
268 struct vdec_msginfo vdec_msg; local
277 struct vdec_msginfo vdec_msg; local
286 struct vdec_msginfo vdec_msg; local
300 struct vdec_msginfo vdec_msg; local
8153 struct vdec_msginfo *vdec_msg = NULL; local
[all...]
H A Domx_vdec_hevc.cpp159 struct vdec_msginfo vdec_msg; local
165 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
166 vdec_msg.status_code=VDEC_S_SUCCESS;
167 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
168 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
169 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
170 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
172 if (vdec_msg.msgdata.output_frame.len) {
173 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
174 vdec_msg
185 struct vdec_msginfo vdec_msg; local
203 struct vdec_msginfo vdec_msg; local
212 struct vdec_msginfo vdec_msg; local
221 struct vdec_msginfo vdec_msg; local
240 struct vdec_msginfo vdec_msg; local
6049 struct vdec_msginfo *vdec_msg = NULL; local
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp155 struct vdec_msginfo vdec_msg; local
161 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
162 vdec_msg.status_code=VDEC_S_SUCCESS;
163 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
165 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
166 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
168 if (vdec_msg.msgdata.output_frame.len) {
169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
170 vdec_msg
181 struct vdec_msginfo vdec_msg; local
199 struct vdec_msginfo vdec_msg; local
208 struct vdec_msginfo vdec_msg; local
227 struct vdec_msginfo vdec_msg; local
241 struct vdec_msginfo vdec_msg; local
7254 struct vdec_msginfo *vdec_msg = NULL; local
[all...]
H A Domx_vdec_hevc.cpp163 struct vdec_msginfo vdec_msg; local
169 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
170 vdec_msg.status_code=VDEC_S_SUCCESS;
171 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
172 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
173 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
174 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
176 if (vdec_msg.msgdata.output_frame.len) {
177 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
178 vdec_msg
189 struct vdec_msginfo vdec_msg; local
207 struct vdec_msginfo vdec_msg; local
216 struct vdec_msginfo vdec_msg; local
225 struct vdec_msginfo vdec_msg; local
244 struct vdec_msginfo vdec_msg; local
6085 struct vdec_msginfo *vdec_msg = NULL; local
[all...]
H A Domx_vdec_msm8974.cpp165 struct vdec_msginfo vdec_msg; local
166 memset(&vdec_msg, 0, sizeof(vdec_msg));
172 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
173 vdec_msg.status_code=VDEC_S_SUCCESS;
174 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
175 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
176 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
177 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
179 if (vdec_msg
194 struct vdec_msginfo vdec_msg; local
212 struct vdec_msginfo vdec_msg; local
221 struct vdec_msginfo vdec_msg; local
240 struct vdec_msginfo vdec_msg; local
249 struct vdec_msginfo vdec_msg; local
258 struct vdec_msginfo vdec_msg; local
273 struct vdec_msginfo vdec_msg; local
7432 struct vdec_msginfo *vdec_msg = NULL; local
[all...]
H A Domx_vdec.cpp167 struct vdec_msginfo vdec_msg; local
175 ioctl_msg.out = (void*)&vdec_msg;
186 else if (omx->async_message_process(input,&vdec_msg) < 0) {
6549 struct vdec_msginfo *vdec_msg = NULL; local
6558 vdec_msg = (struct vdec_msginfo *)message;
6565 if ( (vdec_msg->msgcode == VDEC_MSG_RESP_OUTPUT_BUFFER_DONE) &&
6570 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6572 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) {
6580 switch (vdec_msg->msgcode) {
6583 omx->post_event (NULL,vdec_msg
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp166 struct vdec_msginfo vdec_msg; local
174 ioctl_msg.out = (void*)&vdec_msg;
187 else if (omx->async_message_process(input,&vdec_msg) < 0)
6764 struct vdec_msginfo *vdec_msg = NULL; local
6773 vdec_msg = (struct vdec_msginfo *)message;
6780 if ( (vdec_msg->msgcode == VDEC_MSG_RESP_OUTPUT_BUFFER_DONE) &&
6786 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6788 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
6796 switch (vdec_msg->msgcode)
6800 omx->post_event (NULL,vdec_msg
[all...]
H A Domx_vdec_copper.cpp127 struct vdec_msginfo vdec_msg; local
160 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
161 vdec_msg.status_code=VDEC_S_SUCCESS;
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;
176 vdec_msg.msgcode=VDEC_MSG_RESP_INPUT_BUFFER_DONE;
177 vdec_msg.status_code=VDEC_S_SUCCESS;
178 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf;
182 vdec_msg
6317 struct vdec_msginfo *vdec_msg = NULL; local
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h31 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
227 struct vdec_msg { struct
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h15 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
197 struct vdec_msg { struct
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h31 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
227 struct vdec_msg { struct
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h15 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
197 struct vdec_msg { struct

Completed in 658 milliseconds