Searched defs:nprop (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c101 int i, nprop, actual_format; local
107 props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &nprop);
113 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Xrandr: extend output %08x has %d properties\n", psb_xrandr_info->extend_output->output_id, nprop);
115 for (i = 0; i < nprop; i++) {

Completed in 67 milliseconds