Searched refs:display (Results 51 - 54 of 54) sorted by relevance

123

/hardware/ril/libril/
H A Dril.cpp2725 if (infoRec->rec.display.alpha_len >
2727 RLOGE("invalid display info response length %d \
2729 (int)infoRec->rec.display.alpha_len,
2733 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1)
2735 for (int i = 0 ; i < infoRec->rec.display.alpha_len ; i++) {
2736 string8[i] = infoRec->rec.display.alpha_buf[i];
2738 string8[(int)infoRec->rec.display.alpha_len] = '\0';
2747 RLOGE("invalid display info response length %d \
2784 RLOGE("invalid display info response length %d \
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c468 * it seems z-order of overlay has been bellow display pipe.
863 /* local/extend display doesn't have render rotation */
1391 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Android ExtVideo: set PIPEB(HDMI)display plane on the bottom.\n");
1396 regs.display.dspcntr_b |= DISPPLANE_BOTTOM;
1421 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Android ExtVideo: set PIPEB(HDMI)display plane normal.\n");
1426 regs.display.dspcntr_b &= ~DISPPLANE_BOTTOM;
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c489 outputChangePredicate(Display *display, XEvent *event, char *args) argument
864 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: Invalid screen number %d (display has %d)\n",
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp767 sp<IBinder> display(SurfaceComposerClient::getBuiltInDisplay(
769 SurfaceComposerClient::getDisplayInfo(display, &display_info);

Completed in 248 milliseconds

123