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

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 39 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, struct msmfb_overlay_data)
40 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 36 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, \
38 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 39 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, struct msmfb_overlay_data)
40 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 36 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, \
38 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
  /hardware/qcom/display/msm8226/liboverlay/
mdpWrapper.h 80 /* MSMFB_OVERLAY_PLAY */
212 if (ioctl(fd, MSMFB_OVERLAY_PLAY, &od) < 0) {
213 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
  /hardware/qcom/display/msm8960/liboverlay/
mdpWrapper.h 75 /* MSMFB_OVERLAY_PLAY */
183 if (ioctl(fd, MSMFB_OVERLAY_PLAY, &od) < 0) {
184 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
  /hardware/qcom/display/msm8974/liboverlay/
mdpWrapper.h 77 /* MSMFB_OVERLAY_PLAY */
210 if (ioctl(fd, MSMFB_OVERLAY_PLAY, &od) < 0) {
211 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_mdp.h 39 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, struct msmfb_overlay_data)
40 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_mdp.h 36 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, \
38 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
  /hardware/qcom/display/msm8084/liboverlay/
mdpWrapper.h 80 /* MSMFB_OVERLAY_PLAY */
215 if (ioctl(fd, MSMFB_OVERLAY_PLAY, &od) < 0) {
216 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 39 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, struct msmfb_overlay_data)
40 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 22 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, \
24 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_mdp.h 39 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, struct msmfb_overlay_data)
40 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h 22 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, \
24 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 313 result = ioctl(fb_fd, MSMFB_OVERLAY_PLAY, ovp_front);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 312 result = ioctl(fb_fd, MSMFB_OVERLAY_PLAY, ovp_front);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c     [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 196 if (ioctl(fb_fd, MSMFB_OVERLAY_PLAY, &ovData) < 0) {
197 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
    [all...]
hwc_utils.cpp 882 if (ioctl(fb_fd, MSMFB_OVERLAY_PLAY, &ovData) < 0) {
883 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 396 milliseconds