Home
last modified time | relevance | path

Searched refs:vdec_msg (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c904 struct vdec_msginfo vdec_msg; in async_thread() local
919 ioctl_msg.out = (void*)&vdec_msg; in async_thread()
920 DEBUG_PRINT ("\n Sizeof vdec_msginfo = %d ",sizeof (vdec_msg)); in async_thread()
928 switch (vdec_msg.msgcode) { in async_thread()
935 queueitem.cmd = vdec_msg.msgcode; in async_thread()
936 queueitem.status = vdec_msg.status_code; in async_thread()
943 queueitem.cmd = vdec_msg.msgcode; in async_thread()
944 queueitem.status = vdec_msg.status_code; in async_thread()
946 vdec_msg.msgdata.input_frame_clientdata; in async_thread()
951 queueitem.cmd = vdec_msg.msgcode; in async_thread()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c963 struct vdec_msginfo vdec_msg; in async_thread() local
979 ioctl_msg.out = (void*)&vdec_msg; in async_thread()
980 DEBUG_PRINT ("\n Sizeof vdec_msginfo = %d ",sizeof (vdec_msg)); in async_thread()
990 switch (vdec_msg.msgcode) in async_thread()
998 queueitem.cmd = vdec_msg.msgcode; in async_thread()
999 queueitem.status = vdec_msg.status_code; in async_thread()
1006 queueitem.cmd = vdec_msg.msgcode; in async_thread()
1007 queueitem.status = vdec_msg.status_code; in async_thread()
1009 vdec_msg.msgdata.input_frame_clientdata; in async_thread()
1014 queueitem.cmd = vdec_msg.msgcode; in async_thread()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp149 struct vdec_msginfo vdec_msg; in async_message_thread() local
150 memset(&vdec_msg, 0, sizeof(vdec_msg)); in async_message_thread()
156 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
157 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
158 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
159 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
160 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
161vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
163 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
164 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
[all …]
Domx_vdec_hevc.cpp159 struct vdec_msginfo vdec_msg; in async_message_thread() local
165 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
166 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
167 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
168 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
169 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
170vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
172 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
173 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
174 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
[all …]
Domx_vdec_v4l2.cpp183 struct vdec_msginfo vdec_msg; in async_message_thread() local
184 memset(&vdec_msg, 0, sizeof(vdec_msg)); in async_message_thread()
190 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
191 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
192 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
193 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
194 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
195vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
197 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
198 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc_swvdec.cpp155 struct vdec_msginfo vdec_msg; in async_message_thread() local
161 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
162 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
163 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
165 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
166vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
168 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
[all …]
Domx_vdec_msm8974.cpp165 struct vdec_msginfo vdec_msg; in async_message_thread() local
166 memset(&vdec_msg, 0, sizeof(vdec_msg)); in async_message_thread()
172 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
173 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
174 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
175 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
176 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
177vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
179 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
180 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
[all …]
Domx_vdec_hevc.cpp163 struct vdec_msginfo vdec_msg; in async_message_thread() local
169 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
170 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
171 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
172 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
173 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
174vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
176 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread()
177 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2]; in async_message_thread()
178 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]; in async_message_thread()
[all …]
Domx_vdec.cpp167 struct vdec_msginfo vdec_msg; in async_message_thread() local
175 ioctl_msg.out = (void*)&vdec_msg; in async_message_thread()
186 else if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
6549 struct vdec_msginfo *vdec_msg = NULL; in async_message_process() local
6558 vdec_msg = (struct vdec_msginfo *)message; in async_message_process()
6565 if ( (vdec_msg->msgcode == VDEC_MSG_RESP_OUTPUT_BUFFER_DONE) && in async_message_process()
6570 vdec_msg->msgdata.output_frame.time_stamp, expected_ts); in async_message_process()
6572 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) { in async_message_process()
6580 switch (vdec_msg->msgcode) { in async_message_process()
6583 omx->post_event (NULL,vdec_msg->status_code,\ in async_message_process()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp219 struct vdec_msginfo vdec_msg; in async_message_thread() local
220 memset(&vdec_msg, 0, sizeof(vdec_msg)); in async_message_thread()
226 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
227 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
228 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
229 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
230 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
231vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
234 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
241 struct vdec_msginfo vdec_msg; in async_message_thread() local
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp198 struct vdec_msginfo vdec_msg; in async_message_thread() local
199 memset(&vdec_msg, 0, sizeof(vdec_msg)); in async_message_thread()
205 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
206 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
207 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
208 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread()
209 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr; in async_message_thread()
210vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000… in async_message_thread()
213 if (omx->async_message_process(input,&vdec_msg) < 0) { in async_message_thread()
220 struct vdec_msginfo vdec_msg; in async_message_thread() local
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp166 struct vdec_msginfo vdec_msg; in async_message_thread() local
174 ioctl_msg.out = (void*)&vdec_msg; in async_message_thread()
187 else if (omx->async_message_process(input,&vdec_msg) < 0) in async_message_thread()
6764 struct vdec_msginfo *vdec_msg = NULL; in async_message_process() local
6773 vdec_msg = (struct vdec_msginfo *)message; in async_message_process()
6780 if ( (vdec_msg->msgcode == VDEC_MSG_RESP_OUTPUT_BUFFER_DONE) && in async_message_process()
6786 vdec_msg->msgdata.output_frame.time_stamp, expected_ts); in async_message_process()
6788 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) in async_message_process()
6796 switch (vdec_msg->msgcode) in async_message_process()
6800 omx->post_event (NULL,vdec_msg->status_code,\ in async_message_process()
[all …]
Domx_vdec_copper.cpp127 struct vdec_msginfo vdec_msg; in async_message_thread() local
160 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE; in async_message_thread()
161 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
162 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread()
163 vdec_msg.msgdata.output_frame.len=plane.bytesused; in async_message_thread()
164 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr; in async_message_thread()
176 vdec_msg.msgcode=VDEC_MSG_RESP_INPUT_BUFFER_DONE; in async_message_thread()
177 vdec_msg.status_code=VDEC_S_SUCCESS; in async_message_thread()
178 vdec_msg.msgdata.input_frame_clientdata=(void*)&v4l2_buf; in async_message_thread()
182 vdec_msg.msgcode=VDEC_MSG_EVT_CONFIG_CHANGED; in async_message_thread()
[all …]
/hardware/qcom/msm8996/original-kernel-headers/linux/
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/
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/
Dmsm_q6vdec.h15 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
197 struct vdec_msg { struct
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_q6vdec.h31 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
227 struct vdec_msg { struct