/hardware/qcom/media/mm-video/vidc/vdec/test/ |
decoder_driver_test.c | 954 struct vdec_msginfo vdec_msg; local 970 ioctl_msg.outputparam = (void*)&vdec_msg; 971 DEBUG_PRINT ("\n Sizeof vdec_msginfo = %d ",sizeof (vdec_msg)); 981 switch (vdec_msg.msgcode) 989 queueitem.cmd = vdec_msg.msgcode; 990 queueitem.status = vdec_msg.status_code; 997 queueitem.cmd = vdec_msg.msgcode; 998 queueitem.status = vdec_msg.status_code; 1000 vdec_msg.msgdata.input_frame_clientdata; 1005 queueitem.cmd = vdec_msg.msgcode [all...] |
/bionic/libc/kernel/common/linux/ |
msm_q6vdec.h | 25 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg) 173 struct vdec_msg { struct
|
/external/kernel-headers/original/linux/ |
msm_q6vdec.h | 43 #define VDEC_IOCTL_GETMSG _IOR(VDEC_IOCTL_MAGIC, 7, struct vdec_msg) 192 struct vdec_msg { struct
|
/prebuilt/ndk/android-ndk-r4/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
|
/prebuilt/ndk/android-ndk-r4/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 | 93 struct vdec_msginfo vdec_msg; local 100 ioctl_msg.outputparam = (void*)&vdec_msg; 112 if (omx->async_message_process(input,&vdec_msg) < 0) 5439 struct vdec_msginfo *vdec_msg = NULL; local [all...] |