HomeSort by relevance Sort by last modified time
    Searched refs:vdec_msg (Results 1 - 17 of 17) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 963 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.msgcode
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 904 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.msgcode
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 186 struct vdec_msginfo vdec_msg; local
187 memset(&vdec_msg, 0, sizeof(vdec_msg));
193 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
194 vdec_msg.status_code=VDEC_S_SUCCESS;
195 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
196 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
197 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
198 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
201 if (omx->async_message_process(input,&vdec_msg) < 0)
208 struct vdec_msginfo vdec_msg; local
226 struct vdec_msginfo vdec_msg; local
250 struct vdec_msginfo vdec_msg; local
306 struct vdec_msginfo vdec_msg; local
330 struct vdec_msginfo vdec_msg; local
339 struct vdec_msginfo vdec_msg; local
348 struct vdec_msginfo vdec_msg; local
362 struct vdec_msginfo vdec_msg; local
8259 struct vdec_msginfo *vdec_msg = NULL; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 149 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.msgdata.output_frame.len)
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...]
omx_vdec_hevc.cpp 159 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.msgdata.output_frame.framesize.top = plane[0].reserved[3]
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...]
omx_vdec_v4l2.cpp 183 struct vdec_msginfo vdec_msg; local
184 memset(&vdec_msg, 0, sizeof(vdec_msg));
190 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
191 vdec_msg.status_code=VDEC_S_SUCCESS;
192 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
193 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
194 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
195 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
197 if (vdec_msg.msgdata.output_frame.len)
212 struct vdec_msginfo vdec_msg; local
230 struct vdec_msginfo vdec_msg; local
243 struct vdec_msginfo vdec_msg; local
253 struct vdec_msginfo vdec_msg; local
269 struct vdec_msginfo vdec_msg; local
278 struct vdec_msginfo vdec_msg; local
287 struct vdec_msginfo vdec_msg; local
301 struct vdec_msginfo vdec_msg; local
8379 struct vdec_msginfo *vdec_msg = NULL; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp 155 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.msgdata.output_frame.framesize.top = plane[0].reserved[3]
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...]
omx_vdec_hevc.cpp 163 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.msgdata.output_frame.framesize.top = plane[0].reserved[3]
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...]
omx_vdec_msm8974.cpp 165 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.msgdata.output_frame.len)
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
7504 struct vdec_msginfo *vdec_msg = NULL; local
    [all...]
omx_vdec.cpp 167 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
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 166 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
    [all...]
omx_vdec_copper.cpp 127 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.msgcode=VDEC_MSG_EVT_CONFIG_CHANGED
6317 struct vdec_msginfo *vdec_msg = NULL; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 198 struct vdec_msginfo vdec_msg; local
199 memset(&vdec_msg, 0, sizeof(vdec_msg));
205 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
206 vdec_msg.status_code=VDEC_S_SUCCESS;
207 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
208 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
209 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
210 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
213 if (omx->async_message_process(input,&vdec_msg) < 0)
220 struct vdec_msginfo vdec_msg; local
238 struct vdec_msginfo vdec_msg; local
267 struct vdec_msginfo vdec_msg; local
291 struct vdec_msginfo vdec_msg; local
300 struct vdec_msginfo vdec_msg; local
309 struct vdec_msginfo vdec_msg; local
323 struct vdec_msginfo vdec_msg; local
9067 struct vdec_msginfo *vdec_msg = NULL; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 31 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
227 struct vdec_msg { struct
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 15 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
197 struct vdec_msg { struct
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6vdec.h 31 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
227 struct vdec_msg { struct
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6vdec.h 15 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
197 struct vdec_msg { struct

Completed in 291 milliseconds