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

  /hardware/qcom/media/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/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...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 25 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
173 struct vdec_msg { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 25 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg)
173 struct vdec_msg { struct
  /hardware/qcom/media/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_msm8974.cpp 160 struct vdec_msginfo vdec_msg; local
161 memset(&vdec_msg, 0, sizeof(vdec_msg));
167 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
168 vdec_msg.status_code=VDEC_S_SUCCESS;
169 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
170 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
171 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
172 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
174 if (vdec_msg.msgdata.output_frame.len)
187 struct vdec_msginfo vdec_msg; local
205 struct vdec_msginfo vdec_msg; local
214 struct vdec_msginfo vdec_msg; local
233 struct vdec_msginfo vdec_msg; local
248 struct vdec_msginfo vdec_msg; local
6950 struct vdec_msginfo *vdec_msg = NULL; local
    [all...]
omx_vdec_hevc.cpp 165 struct vdec_msginfo vdec_msg; local
171 vdec_msg.msgcode=VDEC_MSG_RESP_OUTPUT_BUFFER_DONE;
172 vdec_msg.status_code=VDEC_S_SUCCESS;
173 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf;
174 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
175 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
176 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
178 if (vdec_msg.msgdata.output_frame.len) {
179 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
180 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3]
191 struct vdec_msginfo vdec_msg; local
209 struct vdec_msginfo vdec_msg; local
218 struct vdec_msginfo vdec_msg; local
227 struct vdec_msginfo vdec_msg; local
246 struct vdec_msginfo vdec_msg; local
6081 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/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)
6758 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/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

Completed in 400 milliseconds