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

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h 91 struct vdec_ioctl_msg { struct
96 #define VDEC_IOCTL_GET_PROFILE_LEVEL_SUPPORTED _IOWR(VDEC_IOCTL_MAGIC, 0, struct vdec_ioctl_msg)
97 #define VDEC_IOCTL_GET_INTERLACE_FORMAT _IOR(VDEC_IOCTL_MAGIC, 1, struct vdec_ioctl_msg)
99 #define VDEC_IOCTL_GET_CURRENT_PROFILE_LEVEL _IOWR(VDEC_IOCTL_MAGIC, 2, struct vdec_ioctl_msg)
100 #define VDEC_IOCTL_SET_OUTPUT_FORMAT _IOWR(VDEC_IOCTL_MAGIC, 3, struct vdec_ioctl_msg)
101 #define VDEC_IOCTL_GET_OUTPUT_FORMAT _IOWR(VDEC_IOCTL_MAGIC, 4, struct vdec_ioctl_msg)
102 #define VDEC_IOCTL_SET_CODEC _IOW(VDEC_IOCTL_MAGIC, 5, struct vdec_ioctl_msg)
104 #define VDEC_IOCTL_GET_CODEC _IOR(VDEC_IOCTL_MAGIC, 6, struct vdec_ioctl_msg)
105 #define VDEC_IOCTL_SET_PICRES _IOW(VDEC_IOCTL_MAGIC, 7, struct vdec_ioctl_msg)
106 #define VDEC_IOCTL_GET_PICRES _IOR(VDEC_IOCTL_MAGIC, 8, struct vdec_ioctl_msg)
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 88 struct vdec_ioctl_msg { struct
96 _IOWR(VDEC_IOCTL_MAGIC, 0, struct vdec_ioctl_msg)
101 _IOR(VDEC_IOCTL_MAGIC, 1, struct vdec_ioctl_msg)
106 _IOWR(VDEC_IOCTL_MAGIC, 2, struct vdec_ioctl_msg)
111 _IOWR(VDEC_IOCTL_MAGIC, 3, struct vdec_ioctl_msg)
113 _IOWR(VDEC_IOCTL_MAGIC, 4, struct vdec_ioctl_msg)
118 _IOW(VDEC_IOCTL_MAGIC, 5, struct vdec_ioctl_msg)
120 _IOR(VDEC_IOCTL_MAGIC, 6, struct vdec_ioctl_msg)
125 _IOW(VDEC_IOCTL_MAGIC, 7, struct vdec_ioctl_msg)
127 _IOR(VDEC_IOCTL_MAGIC, 8, struct vdec_ioctl_msg)
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 218 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL};
451 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL};
602 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL};
699 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL};
785 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL};
964 struct vdec_ioctl_msg ioctl_msg = {NULL,NULL};
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 154 struct vdec_ioctl_msg ioctl_msg;
    [all...]
omx_vdec_copper.cpp 126 struct vdec_ioctl_msg ioctl_msg;
    [all...]

Completed in 473 milliseconds