Searched refs:MSMFB_OVERLAY_PLAY (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h39 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, struct msmfb_overlay_data) macro
40 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h36 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, \ macro
38 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
/hardware/qcom/display/msm8960/liboverlay/
H A DmdpWrapper.h75 /* 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/
H A DmdpWrapper.h77 /* 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/display/msm8x26/liboverlay/
H A DmdpWrapper.h75 /* 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/msm8x74/kernel-headers/linux/
H A Dmsm_mdp.h39 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, struct msmfb_overlay_data) macro
40 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_mdp.h36 #define MSMFB_OVERLAY_PLAY _IOW(MSMFB_IOCTL_MAGIC, 137, \ macro
38 #define MSMFB_OVERLAY_QUEUE MSMFB_OVERLAY_PLAY
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_mdpcomp.cpp191 if (ioctl(fb_fd, MSMFB_OVERLAY_PLAY, &ovData) < 0) {
192 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
H A Dhwc_utils.cpp835 if (ioctl(fb_fd, MSMFB_OVERLAY_PLAY, &ovData) < 0) {
836 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp196 if (ioctl(fb_fd, MSMFB_OVERLAY_PLAY, &ovData) < 0) {
197 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
H A Dhwc_utils.cpp875 if (ioctl(fb_fd, MSMFB_OVERLAY_PLAY, &ovData) < 0) {
876 ALOGE("Failed to call ioctl MSMFB_OVERLAY_PLAY err=%s",
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp3453 if (ioctl(fb_fd, MSMFB_OVERLAY_PLAY, (void*)&ov_front))
3455 printf("\nERROR! MSMFB_OVERLAY_PLAY failed at frame (Line %d)\n",
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3703 if (ioctl(fb_fd, MSMFB_OVERLAY_PLAY, (void*)&ov_front)) {
3704 printf("\nERROR! MSMFB_OVERLAY_PLAY failed at frame (Line %d)\n",

Completed in 209 milliseconds