/hardware/qcom/media/mm-video/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...] |
/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/vidc/vdec/src/ |
omx_vdec.cpp | 155 struct vdec_msginfo vdec_msg; local 163 ioctl_msg.out = (void*)&vdec_msg; 176 else if (omx->async_message_process(input,&vdec_msg) < 0) 6647 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
|